summaryrefslogtreecommitdiff
path: root/internal/storage
AgeCommit message (Expand)Author
2025-03-09feat(embed): make authelia embedable (#8841)James Elliott
2025-02-23feat(regulation): ip bans and unbanning (#7230)James Elliott
2025-02-23feat(storage): allow postgres failover (#7775)James Elliott
2025-02-23feat(webauthn): passkeys (#7942)James Elliott
2025-02-22feat(oidc): rfc8628 oauth 2.0 device code grant (#8082)James Elliott
2025-02-22feat(oidc): claims parameter support (#8081)James Elliott
2025-02-22feat(oidc): prompt parameter support (#8080)James Elliott
2024-12-30fix(configuration): allow unix socket ports (#8520)James Elliott
2024-09-20refactor: linting (#7863)James Elliott
2024-09-02fix(oidc): jwt assertions aud overly strict (#7798)James Elliott
2024-08-02fix(storage): change encryption key fails (#7613)James Elliott
2024-03-15fix(storage): mysql migrate failure webauthn (#6866)James Elliott
2024-03-12build(oidc): use authelia maintained library (#6821)James Elliott
2024-03-04refactor: apply suggestions from code reviewJames Elliott
2024-03-04refactor: misc refactoringJames Elliott
2024-03-04feat(totp): reuse policyJames Elliott
2024-03-04build(deps): use go.uber.org/mockJames Elliott
2024-03-04refactor: misc fixesJames Elliott
2024-03-04refactor(storage): migrations simplificationJames Elliott
2024-03-04feat(web): revoke reset password tokensJames Elliott
2024-03-04feat(web): second factor identity verificationJames Elliott
2024-03-04docs: update documentationJames Elliott
2024-03-04feat(web): one-time codes for identity verificationJames Elliott
2024-03-04feat(web): user one-time password preferencesJames Elliott
2024-03-04feat(web): multiple webauthn credential registrationJames Elliott
2023-12-12refactor: correct spelling mistakes (#6395)Edward Betts
2023-10-26refactor: remove duplicate import (#6179)guangwu
2023-10-08refactor: misc (#6102)James Elliott
2023-09-03docs: jsonschema (#5493)James Elliott
2023-09-01feat(oidc): jwt profile for oauth 2.0 access tokens (#5913)James Elliott
2023-08-31test: refactor and add tests (#5934)James Elliott
2023-08-20fix(oidc): par consent state error (#5880)James Elliott
2023-08-17fix(oidc): failure to insert with client credentials grant (#5809)James Elliott
2023-05-24test: add misc missing tests (#5479)James Elliott
2023-05-07feat(authentication): suport ldap over unix socket (#5397)James Elliott
2023-04-15refactor(web): webauthn references (#5244)James Elliott
2023-04-15refactor: webauthn naming (#5243)James Elliott
2023-04-10docs: adjust references of webauthn (#5203)James Elliott
2023-04-08fix(storage): postgresql webauthn tbl invalid aaguid constraint (#5183)James Elliott
2023-03-06feat(oidc): pushed authorization requests (#4546)James Elliott
2022-11-25refactor: remove pre1 migration path (#4356)James Elliott
2022-11-19fix(storage): schema inconsistency (#4262)James Elliott
2022-11-14refactor: sql formatting (#4371)James Elliott
2022-11-13build(deps): update module github.com/ory/fosite to v0.43.0 (#4269)James Elliott
2022-10-24fix(storage): postgresql default port incorrect (#4251)James Elliott
2022-10-22feat(storage): tls connection support (#4233)James Elliott
2022-10-22feat(storage): unix socket support (#4231)James Elliott
2022-10-22fix(storage): mysql timestamp parsed incorrectly (#4230)James Elliott
2022-10-20feat(oidc): implicit consent (#4080)James Elliott
2022-10-19feat(commands): add webauthn device commands (#3671)James Elliott