summaryrefslogtreecommitdiff
path: root/internal/handlers/types.go
AgeCommit message (Expand)Author
2025-03-09addind a FirstFactorSPNEGO request body structMatthieu Pignolet
2025-03-06feat(web): change password (#7676)Brynn Crowley
2025-02-23feat(webauthn): passkeys (#7942)James Elliott
2025-02-22feat(oidc): rfc8628 oauth 2.0 device code grant (#8082)James Elliott
2025-02-22feat(oidc): prompt parameter support (#8080)James Elliott
2024-09-20refactor: linting (#7863)James Elliott
2024-03-12build(oidc): use authelia maintained library (#6821)James Elliott
2024-03-04refactor: apply suggestions from code reviewJames Elliott
2024-03-04feat(web): revoke reset password tokensJames Elliott
2024-03-04feat(web): second factor identity verificationJames Elliott
2024-03-04feat(web): one-time codes for identity verificationJames Elliott
2024-03-04feat(web): user one-time password preferencesJames Elliott
2024-03-04feat(web): multiple webauthn credential registrationJames Elliott
2023-04-15refactor: webauthn naming (#5243)James Elliott
2023-04-13feat(oidc): client authentication modes (#5150)James Elliott
2023-01-25feat(server): customizable authz endpoints (#4296)James Elliott
2022-10-20feat(oidc): implicit consent (#4080)James Elliott
2022-07-26fix(handlers): consent session prevents standard flow (#3668)James Elliott
2022-06-14feat(metrics): implement prometheus metrics (#3234)James Elliott
2022-04-15feat(server): zxcvbn password policy server side (#3151)James Elliott
2022-04-09fix(configuration): remove unused password policy option (#3149)James Elliott
2022-04-04fix(server): respond with 404/405 appropriately (#3087)James Elliott
2022-04-03feat(authentication): password policy (#2723)Manuel Nuñez
2022-03-03feat: webauthn (#2707)James Elliott
2021-12-01feat(totp): algorithm and digits config (#2634)James Elliott
2021-12-01feat(duo): multi device selection (#2137)Philipp Staiger
2021-11-23feat(storage): primary key for all tables and general qol refactoring (#2431)James Elliott
2021-08-11fix: include major in go.mod module directive (#2278)James Elliott
2021-08-02fix: user is now redirected when authenticated (#2082)Clément Michaud
2021-03-05perf(authorizer): preload access control lists (#1640)James Elliott
2020-06-21[MISC] Template global config and refactor some /api endpoints (#1135)Amir Zarrinkafsh
2020-04-21[MISC] Implement final golint recommendations (#888)Amir Zarrinkafsh
2020-04-20[MISC] Implement golint recommendations (#885)Amir Zarrinkafsh
2020-04-09[Buildkite] Introduce CI linting with golangci-lint and reviewdog (#832)Amir Zarrinkafsh
2020-04-05[MISC] Update durations to notation format and housekeeping (#824)James Elliott
2020-01-10Fix spelling errorsAmir Zarrinkafsh
2019-12-24Rename org from clems4ever to autheliaAmir Zarrinkafsh
2019-12-08Introduce hasU2F and hasTOTP in user info.Clement Michaud
2019-11-17Move source code into internal directory to follow standard project layout.Clement Michaud