summaryrefslogtreecommitdiff
path: root/internal/handlers/handler_firstfactor_test.go
AgeCommit message (Expand)Author
2025-02-23feat(webauthn): passkeys (#7942)James Elliott
2025-02-22feat(oidc): prompt parameter support (#8080)James Elliott
2025-01-30fix(handlers): regulation flow (#8683)James Elliott
2024-03-04build(deps): use go.uber.org/mockJames Elliott
2024-03-04test(suites): add and fix tests for coverageJames Elliott
2024-03-04refactor: misc fixesJames Elliott
2023-11-22refactor: adjust auth attempt marker (#6320)James Elliott
2023-10-02refactor: adjust default redirect url behaviour (#6060)James Elliott
2023-09-29feat(session): redirection by cookie domain (#6017)James Elliott
2023-09-03docs: jsonschema (#5493)James Elliott
2023-04-15refactor: http verbs etc (#5248)James Elliott
2023-01-25feat(server): customizable authz endpoints (#4296)James Elliott
2022-08-07refactor: fix linter directives for go 1.19 and golangci-lint 1.48.0 (#3798)Amir Zarrinkafsh
2022-04-08fix(server): incorrect remote ip logged in error handler (#3139)James Elliott
2022-03-06refactor(model): rename from models (#2968)James Elliott
2022-01-31refactor: apply godot recommendations (#2839)James Elliott
2022-01-21fix(middlewares): smart delay on reset password (#2767)James Elliott
2021-12-03feat(storage): encrypt u2f key (#2664)James Elliott
2021-12-01feat(totp): algorithm and digits config (#2634)James Elliott
2021-11-29feat(regulator): enhance authentication logs (#2622)James Elliott
2021-11-23feat(storage): primary key for all tables and general qol refactoring (#2431)James Elliott
2021-09-17refactor(handlers): lower case error messages (#2289)Clément Michaud
2021-08-11fix: include major in go.mod module directive (#2278)James Elliott
2021-07-22fix(handlers): handle xhr requests to /api/verify with 401 (#2189)James Elliott
2021-06-18fix(authorization): configuration reports 2fa disabled with 2fa oidc clients ...James Elliott
2021-03-05perf(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-18Add back wait block in buildkite pipeline.Clement Michaud
2020-01-18Disable inactivity timeout when user checked remember me.Clement Michaud
2019-12-24Rename org from clems4ever to autheliaAmir Zarrinkafsh
2019-12-05Fix and parallelize integration tests.Clement Michaud
2019-12-05Fix unit tests.Clement Michaud
2019-12-05Rewrite and fix remaining suites in Go.Clement Michaud
2019-11-17Move source code into internal directory to follow standard project layout.Clement Michaud