authelia/internal/model
James Elliott ff6be40f5e
feat(oidc): pushed authorization requests (#4546)
This implements RFC9126 OAuth 2.0 Pushed Authorization Requests. See https://datatracker.ietf.org/doc/html/rfc9126 for the specification details.
2023-03-06 14:58:50 +11:00
..
authentication_attempt.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
const.go feat(configuration): automatically map old keys (#3199) 2022-06-28 13:15:50 +10:00
duo_device.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
identity_verification.go feat(oidc): implicit consent (#4080) 2022-10-20 13:16:36 +11:00
migration.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
oidc.go feat(oidc): pushed authorization requests (#4546) 2023-03-06 14:58:50 +11:00
schema_migration.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
semver.go feat(configuration): automatically map old keys (#3199) 2022-06-28 13:15:50 +10:00
semver_test.go feat(configuration): automatically map old keys (#3199) 2022-06-28 13:15:50 +10:00
totp_configuration.go feat(commands): storage import/export commands (#4545) 2022-12-23 15:00:23 +11:00
totp_configuration_test.go refactor: fix linter directives for go 1.19 and golangci-lint 1.48.0 (#3798) 2022-08-07 11:24:00 +10:00
types.go refactor: any (#4133) 2022-10-05 16:05:23 +11:00
types_test.go feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +10:00
u2f_device.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
user_info.go feat(configuration): configurable default second factor method (#3081) 2022-04-18 09:58:24 +10:00
user_info_test.go feat(configuration): configurable default second factor method (#3081) 2022-04-18 09:58:24 +10:00
user_opaque_identifier.go feat(commands): storage import/export commands (#4545) 2022-12-23 15:00:23 +11:00
webauthn.go build(deps): update module github.com/go-webauthn/webauthn to v0.6.0 (#4646) 2023-01-07 14:21:27 +11:00