authelia/internal/oidc
James Elliott 2325031052
refactor: clean up uri checking functions (#3943)
2022-09-03 11:51:02 +10:00
..
amr.go feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00
amr_test.go feat(oidc): implement amr claim (#2969) 2022-04-01 22:18:58 +11:00
client.go fix(handlers): consent session prevents standard flow (#3668) 2022-07-26 15:43:39 +10:00
client_test.go fix(handler): oidc two factor handling (#3512) 2022-06-14 15:17:11 +10:00
const.go feat(oidc): provide cors config including options handlers (#3005) 2022-04-07 10:58:51 +10:00
discovery.go feat(oidc): client id claims (#3150) 2022-04-09 16:55:24 +10:00
discovery_test.go feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +10:00
errors.go feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
hasher.go feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +10:00
hasher_test.go feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +10:00
keys.go refactor: clean up uri checking functions (#3943) 2022-09-03 11:51:02 +10:00
keys_test.go feat(oidc): add additional config options, accurate token times, and refactoring (#1991) 2021-07-04 09:44:30 +10:00
provider.go feat(oidc): persistent storage (#2965) 2022-04-07 15:33:53 +10:00
provider_test.go feat(oidc): client id claims (#3150) 2022-04-09 16:55:24 +10:00
store.go refactor: clean up uri checking functions (#3943) 2022-09-03 11:51:02 +10:00
store_test.go test(oidc): fix disabled tests (#3173) 2022-04-12 13:02:12 +10:00
types.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_test.go fix(handlers): consent session prevents standard flow (#3668) 2022-07-26 15:43:39 +10:00