forgejo/routers/web
Gusted 63736e8301
[FEAT] Add support for webauthn credential level 3
- For WebAuthn Credential level 3, the `backup_eligible` and
`backup_state` flags are checked if they are consistent with the values
given on login. Forgejo never stored this data, so add a database
migration that makes all webauthn credentials 'legacy' and on the next
first use capture the values of `backup_eligible` and `backup_state`.
As suggested in https://github.com/go-webauthn/webauthn/discussions/219#discussioncomment-10429662
- Adds unit tests.
- Add E2E test.
2024-08-29 10:05:03 +02:00
..
admin [CHORE] Move to new sessioner library 2024-08-25 03:47:08 +02:00
auth [FEAT] Add support for webauthn credential level 3 2024-08-29 10:05:03 +02:00
devtest
events
explore Add missing repository type filter parameters to pager (#31832) 2024-08-19 09:26:34 +02:00
feed
healthcheck
misc
org Add missing repository type filter parameters to pager (#31832) 2024-08-19 09:26:34 +02:00
repo Merge pull request '[gitea] week 2024-35 cherry pick (gitea/main -> forgejo)' (#5109) from algernon/wcp/2024-35 into forgejo 2024-08-27 06:09:19 +00:00
shared
user Merge pull request '[gitea] week 2024-34 cherry pick (gitea/main -> forgejo)' (#4998) from earl-warren/wcp/2024-34 into forgejo 2024-08-20 06:32:09 +00:00
base.go
githttp.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go [CHORE] Move captcha library 2024-08-27 21:28:16 +02:00
webfinger.go