You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/web/user/setting
Anbraten 91745ae46f
Add Passkey login support (#31504)
closes #22015

After adding a passkey, you can now simply login with it directly by
clicking `Sign in with a passkey`.

![Screenshot from 2024-06-26
12-18-17](https://github.com/go-gitea/gitea/assets/6918444/079013c0-ed70-481c-8497-4427344bcdfc)

Note for testing. You need to run gitea using `https` to get the full
passkeys experience.

---------

Co-authored-by: silverwind <me@silverwind.io>
8 months ago
..
security Add Passkey login support (#31504) 8 months ago
account.go Clean up log messages (#30313) 11 months ago
account_test.go Move context from modules to services (#29440) 1 year ago
adopt.go Move context from modules to services (#29440) 1 year ago
applications.go Move context from modules to services (#29440) 1 year ago
block.go Add user blocking (#29028) 12 months ago
keys.go Add setting to disable user features when user login type is not plain (#29615) 11 months ago
main_test.go make writing main test easier (#27270) 1 year ago
oauth2.go Move context from modules to services (#29440) 1 year ago
oauth2_common.go Refactor names (#31405) 8 months ago
packages.go Move context from modules to services (#29440) 1 year ago
profile.go Initial support for colorblindness-friendly themes (#30625) 10 months ago
runner.go Move context from modules to services (#29440) 1 year ago
webhooks.go Move context from modules to services (#29440) 1 year ago