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
/
handler_firstfactor_test.go
Age
Commit message (
Expand
)
Author
2025-02-23
feat(webauthn): passkeys (#7942)
James Elliott
2025-02-22
feat(oidc): prompt parameter support (#8080)
James Elliott
2025-01-30
fix(handlers): regulation flow (#8683)
James Elliott
2024-03-04
build(deps): use go.uber.org/mock
James Elliott
2024-03-04
test(suites): add and fix tests for coverage
James Elliott
2024-03-04
refactor: misc fixes
James Elliott
2023-11-22
refactor: adjust auth attempt marker (#6320)
James Elliott
2023-10-02
refactor: adjust default redirect url behaviour (#6060)
James Elliott
2023-09-29
feat(session): redirection by cookie domain (#6017)
James Elliott
2023-09-03
docs: jsonschema (#5493)
James Elliott
2023-04-15
refactor: http verbs etc (#5248)
James Elliott
2023-01-25
feat(server): customizable authz endpoints (#4296)
James Elliott
2022-08-07
refactor: fix linter directives for go 1.19 and golangci-lint 1.48.0 (#3798)
Amir Zarrinkafsh
2022-04-08
fix(server): incorrect remote ip logged in error handler (#3139)
James Elliott
2022-03-06
refactor(model): rename from models (#2968)
James Elliott
2022-01-31
refactor: apply godot recommendations (#2839)
James Elliott
2022-01-21
fix(middlewares): smart delay on reset password (#2767)
James Elliott
2021-12-03
feat(storage): encrypt u2f key (#2664)
James Elliott
2021-12-01
feat(totp): algorithm and digits config (#2634)
James Elliott
2021-11-29
feat(regulator): enhance authentication logs (#2622)
James Elliott
2021-11-23
feat(storage): primary key for all tables and general qol refactoring (#2431)
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-07-22
fix(handlers): handle xhr requests to /api/verify with 401 (#2189)
James Elliott
2021-06-18
fix(authorization): configuration reports 2fa disabled with 2fa oidc clients ...
James Elliott
2021-03-05
perf(authorizer): preload access control lists (#1640)
James Elliott
2020-05-21
[FEATURE] Delay 1FA Authentication (#993)
James Elliott
2020-05-06
[SECURITY] Fix Authentication HTTP Status Codes (#959)
James Elliott
2020-05-04
[FEATURE] Automatic Profile Refresh - LDAP (#912)
James Elliott
2020-05-01
[MISC] Fix goimports ordering for repo (#947)
Amir Zarrinkafsh
2020-04-16
[FEATURE] Support multiple domains and multiple subjects in ACLs (#869)
Dustin Sweigart
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-03-15
[BUGFIX] [BREAKING] Set username retrieved from authentication backend in ses...
Clément Michaud
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-01-18
Add back wait block in buildkite pipeline.
Clement Michaud
2020-01-18
Disable inactivity timeout when user checked remember me.
Clement Michaud
2019-12-24
Rename org from clems4ever to authelia
Amir Zarrinkafsh
2019-12-05
Fix and parallelize integration tests.
Clement Michaud
2019-12-05
Fix unit tests.
Clement Michaud
2019-12-05
Rewrite and fix remaining suites in Go.
Clement Michaud
2019-11-17
Move source code into internal directory to follow standard project layout.
Clement Michaud