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
/
authentication
/
const.go
Age
Commit message (
Expand
)
Author
2025-03-06
feat(web): change password (#7676)
Brynn Crowley
2025-02-22
feat(authentication): additional and custom attributes (#8078)
James Elliott
2023-06-18
feat(authentication): ldap memberof group search (#5418)
James Elliott
2023-05-25
test(authentication): add missing type tests (#5483)
James Elliott
2023-01-25
feat(server): customizable authz endpoints (#4296)
James Elliott
2022-12-22
docs: fix misc mistakes and adjust placeholders (#4614)
James Elliott
2022-12-21
feat(authentication): ldap time replacements (#4483)
James Elliott
2022-10-17
feat(authentication): file provider hot reload (#4188)
James Elliott
2022-10-17
feat(authentication): file password algorithms (#3848)
James Elliott
2022-07-26
fix(handlers): consent session prevents standard flow (#3668)
James Elliott
2022-05-10
fix(authentication): utilize msad password history control (#3256)
James Elliott
2022-05-02
fix(authentication): follow ldap referrals (#3251)
James Elliott
2022-03-28
fix(web): show appropriate default and available methods (#2999)
James Elliott
2022-03-03
feat: webauthn (#2707)
James Elliott
2021-11-11
fix(session): use crypto/rand for session id generator (#2594)
James Elliott
2021-08-05
perf(authentication): improve ldap dynamic replacement performance (#2239)
James Elliott
2021-07-02
fix(authentication): use passwdmodify oid instead of whoami oid (#2139)
James Elliott
2021-07-02
feat(authentiation): check ldap support for extended operations on startup (#...
James Elliott
2020-12-03
[FEATURE] LDAP StartTLS (#1500)
James Elliott
2020-05-08
[MISC] Refactor Authentication (#987)
James Elliott
2020-05-06
[CI] Add gocritic linter (#977)
Amir Zarrinkafsh
2020-05-04
[FEATURE] Automatic Profile Refresh - LDAP (#912)
James Elliott
2020-05-03
[MISC] Introduce CryptAlgo type. (#960)
Clément Michaud
2020-05-02
[CI] Add goconst linter (#961)
Amir Zarrinkafsh
2020-05-02
[CI] Add godot linter (#958)
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-03-06
[FEATURE] Support Argon2id password hasing and improved entropy (#679)
James Elliott
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