aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/auth/webauthn.go
Commit message (Expand)AuthorAgeFilesLines
* Enhanced auth token / remember me (#27606)KN4CK3R2023-10-141-2/+1
* Don't show Link to TOTP if not set up (#27585)JakobDev2023-10-111-0/+8
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-3/+3
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-1/+1
* Replace deprecated Webauthn library (#22400)techknowlogick2023-01-111-2/+2
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-2/+2
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* WebAuthn CredentialID field needs to be increased in size (#20530)zeripath2022-07-301-2/+1
* Remove U2F support (#20141)Gusted2022-06-261-11/+1
* Update HTTP status codes to modern codes (#18063)KN4CK3R2022-03-231-2/+2
* format with gofumpt (#18184)65432022-01-201-1/+1
* Enable deprecation error for v1.17.0 (#18341)Gusted2022-01-201-0/+1
* Webauthn nits (#18284)zeripath2022-01-151-2/+2
* Support webauthn (#17957)Lunny Xiao2022-01-141-0/+169