index
:
matthieu/authelia-kerberos.git
master
Unnamed repository; edit this file 'description' to name the repository.
Forgejo (Beyond coding. We forge.)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
handlers
/
types.go
Age
Commit message (
Expand
)
Author
2025-03-09
addind a FirstFactorSPNEGO request body struct
Matthieu Pignolet
2025-03-06
feat(web): change password (#7676)
Brynn Crowley
2025-02-23
feat(webauthn): passkeys (#7942)
James Elliott
2025-02-22
feat(oidc): rfc8628 oauth 2.0 device code grant (#8082)
James Elliott
2025-02-22
feat(oidc): prompt parameter support (#8080)
James Elliott
2024-09-20
refactor: linting (#7863)
James Elliott
2024-03-12
build(oidc): use authelia maintained library (#6821)
James Elliott
2024-03-04
refactor: apply suggestions from code review
James Elliott
2024-03-04
feat(web): revoke reset password tokens
James Elliott
2024-03-04
feat(web): second factor identity verification
James Elliott
2024-03-04
feat(web): one-time codes for identity verification
James Elliott
2024-03-04
feat(web): user one-time password preferences
James Elliott
2024-03-04
feat(web): multiple webauthn credential registration
James Elliott
2023-04-15
refactor: webauthn naming (#5243)
James Elliott
2023-04-13
feat(oidc): client authentication modes (#5150)
James Elliott
2023-01-25
feat(server): customizable authz endpoints (#4296)
James Elliott
2022-10-20
feat(oidc): implicit consent (#4080)
James Elliott
2022-07-26
fix(handlers): consent session prevents standard flow (#3668)
James Elliott
2022-06-14
feat(metrics): implement prometheus metrics (#3234)
James Elliott
2022-04-15
feat(server): zxcvbn password policy server side (#3151)
James Elliott
2022-04-09
fix(configuration): remove unused password policy option (#3149)
James Elliott
2022-04-04
fix(server): respond with 404/405 appropriately (#3087)
James Elliott
2022-04-03
feat(authentication): password policy (#2723)
Manuel Nuñez
2022-03-03
feat: webauthn (#2707)
James Elliott
2021-12-01
feat(totp): algorithm and digits config (#2634)
James Elliott
2021-12-01
feat(duo): multi device selection (#2137)
Philipp Staiger
2021-11-23
feat(storage): primary key for all tables and general qol refactoring (#2431)
James Elliott
2021-08-11
fix: include major in go.mod module directive (#2278)
James Elliott
2021-08-02
fix: user is now redirected when authenticated (#2082)
Clément Michaud
2021-03-05
perf(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-10
Fix spelling errors
Amir Zarrinkafsh
2019-12-24
Rename org from clems4ever to authelia
Amir Zarrinkafsh
2019-12-08
Introduce hasU2F and hasTOTP in user info.
Clement Michaud
2019-11-17
Move source code into internal directory to follow standard project layout.
Clement Michaud