authelia/internal/mocks
James Elliott 255aaeb2ad
feat(storage): encrypt u2f key (#2664)
Adds encryption to the U2F public keys. While the public keys cannot be used to authenticate, only to validate someone is authenticated, if a rogue operator changed these in the database they may be able to bypass 2FA. This prevents that.
2021-12-03 11:04:11 +11:00
..
authelia_ctx.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
duo_api.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
generate.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
notifier.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
storage.go feat(storage): encrypt u2f key (#2664) 2021-12-03 11:04:11 +11:00
totp.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
u2f_verifier.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00
user_provider.go feat(totp): algorithm and digits config (#2634) 2021-12-01 23:11:29 +11:00