This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/models/login
Kamil Domański 021df29623
Allow U2F 2FA without TOTP (#11573)
This change enables the usage of U2F without being forced to enroll an TOTP authenticator.
The `/user/auth/u2f` has been changed to hide the "use TOTP instead" bar if TOTP is not enrolled.

Fixes #5410
Fixes #17495
2021-11-08 23:47:19 +01:00
..
main_test.go
oauth2.go
oauth2_application.go
oauth2_application_test.go
session.go Simplify Gothic to use our session store instead of creating a different store (#17507) 2021-11-03 08:33:54 +08:00
source.go
source_test.go
twofactor.go Allow U2F 2FA without TOTP (#11573) 2021-11-08 23:47:19 +01:00
u2f.go Allow U2F 2FA without TOTP (#11573) 2021-11-08 23:47:19 +01:00
u2f_test.go Allow U2F 2FA without TOTP (#11573) 2021-11-08 23:47:19 +01:00