authelia/internal/model
James Elliott 0116506330
feat(oidc): implement amr claim (#2969)
This adds the amr claim which stores methods used to authenticate with Authelia by the users session.
2022-04-01 22:18:58 +11:00
..
authentication_attempt.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
const.go fix(web): show appropriate default and available methods (#2999) 2022-03-28 12:26:30 +11:00
duo_device.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
identity_verification.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
migration.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
oidc.go feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00
schema_migration.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
totp_configuration.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
totp_configuration_test.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
types.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
types_test.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
u2f_device.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00
user_info.go fix(web): show appropriate default and available methods (#2999) 2022-03-28 12:26:30 +11:00
user_info_test.go fix(web): show appropriate default and available methods (#2999) 2022-03-28 12:26:30 +11:00
webauthn.go refactor(model): rename from models (#2968) 2022-03-06 16:47:40 +11:00