authelia/internal/oidc
James Elliott 3695aa8140
feat(storage): primary key for all tables and general qol refactoring (#2431)
This is a massive overhaul to the SQL Storage for Authelia. It facilitates a whole heap of utility commands to help manage the database, primary keys, ensures all database requests use a context for cancellations, and paves the way for a few other PR's which improve the database.

Fixes #1337
2021-11-23 20:45:38 +11:00
..
client.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
client_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
const.go feat(oidc): add additional config options, accurate token times, and refactoring (#1991) 2021-07-04 09:44:30 +10:00
errors.go feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
hasher.go feat(oidc): add additional config options, accurate token times, and refactoring (#1991) 2021-07-04 09:44:30 +10:00
hasher_test.go feature(oidc): add support for OpenID Connect 2021-05-05 00:15:36 +02:00
helpers.go feat(oidc): add additional config options, accurate token times, and refactoring (#1991) 2021-07-04 09:44:30 +10:00
helpers_test.go feat(oidc): add additional config options, accurate token times, and refactoring (#1991) 2021-07-04 09:44:30 +10:00
keys.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +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(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
provider_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
store.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
store_test.go feat(storage): primary key for all tables and general qol refactoring (#2431) 2021-11-23 20:45:38 +11:00
types.go feat(oidc): include introspection_endpoint in .well-known/openid-configuration 2021-11-11 14:41:49 +11:00