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
/
response.go
Age
Commit message (
Expand
)
Author
2025-02-23
feat(regulation): ip bans and unbanning (#7230)
James Elliott
2025-02-23
feat(webauthn): passkeys (#7942)
James Elliott
2025-02-22
feat(oidc): prompt parameter support (#8080)
James Elliott
2024-03-29
refactor(oidc): abstract the client storage (#7041)
James Elliott
2023-12-29
refactor: rule policy log message string instead of integer (#6473)
James Elliott
2023-12-25
fix(oidc): par context redirect (#6450)
James Elliott
2023-11-22
refactor: adjust auth attempt marker (#6320)
James Elliott
2023-10-08
refactor: misc (#6102)
James Elliott
2023-09-29
feat(session): redirection by cookie domain (#6017)
James Elliott
2023-07-31
feat(oidc): auth policy applied per-subject (#5486)
James Elliott
2023-07-30
build(deps): update module github.com/golang-jwt/jwt to v5 (#5724)
James Elliott
2023-04-13
feat(oidc): client authentication modes (#5150)
James Elliott
2023-01-25
feat(server): customizable authz endpoints (#4296)
James Elliott
2023-01-12
feat(session): multiple session cookie domains (#3754)
Manuel Nuñez
2022-12-17
refactor(server): simplify templating and url derivation (#4547)
James Elliott
2022-10-20
feat(oidc): implicit consent (#4080)
James Elliott
2022-09-05
fix(handlers): verify handler (#3956)
Manuel Nuñez
2022-09-03
refactor: clean up uri checking functions (#3943)
James Elliott
2022-08-07
fix(utils): domain suffix improperly checked (#3799)
James Elliott
2022-07-26
fix(handlers): consent session prevents standard flow (#3668)
James Elliott
2022-07-11
fix(web): offline_access consent description (#3679)
James Elliott
2022-07-08
refactor(middlewares): factorize responses (#3628)
James Elliott
2022-06-14
feat(metrics): implement prometheus metrics (#3234)
James Elliott
2022-05-03
fix(oidc): pre-conf consent skipped entirely for anon users (#3250)
James Elliott
2022-04-07
feat(oidc): persistent storage (#2965)
James Elliott
2022-04-04
fix(server): respond with 404/405 appropriately (#3087)
James Elliott
2022-04-01
feat(oidc): implement amr claim (#2969)
James Elliott
2022-01-21
refactor(oidc): add client id to two factor log message (#2816)
James Elliott
2021-12-02
refactor(handlers): utilize referer for auth logging rm/rd (#2655)
James Elliott
2021-11-29
feat(regulator): enhance authentication logs (#2622)
James Elliott
2021-09-17
refactor(handlers): lower case error messages (#2289)
Clément Michaud
2021-08-11
fix: include major in go.mod module directive (#2278)
James Elliott
2021-08-10
fix: oidc issuer path and strip path middleware (#2272)
Amir Zarrinkafsh
2021-08-02
fix: user is now redirected when authenticated (#2082)
Clément Michaud
2021-07-22
fix(handlers): handle xhr requests to /api/verify with 401 (#2189)
James Elliott
2021-07-04
feat(oidc): add additional config options, accurate token times, and refactor...
James Elliott
2021-05-05
feature(oidc): add support for OpenID Connect
James Elliott
2021-03-05
perf(authorizer): preload access control lists (#1640)
James Elliott
2020-12-16
[MISC] Refactor and address most errcheck linter ignores (#1511)
Amir Zarrinkafsh
2020-05-06
[SECURITY] Fix Authentication HTTP Status Codes (#959)
James Elliott
2020-05-05
[CI] Add wsl linter (#980)
Amir Zarrinkafsh
2020-05-02
[CI] Add godot linter (#958)
Amir Zarrinkafsh
2020-04-22
[MISC] Ignore errcheck recommendations for legacy code (#893)
Amir Zarrinkafsh
2020-04-19
[BUGFIX] 2FA after 1FA only when necessary for access to target (#881)
James Elliott
2020-03-06
[BUGFIX] Skip 2FA step if no ACL rule is two_factor (#684)
Amir Zarrinkafsh
2020-02-05
[FIX] Redirect to default URL after 1FA when default policy is one_factor. (#...
Clément Michaud
2020-02-01
[FIX] Fix default redirection URL not taken into account (#600)
Clément Michaud