1
0
mirror of https://github.com/0rangebananaspy/authelia.git synced 2024-09-14 22:47:21 +07:00
authelia/internal/commands
James Elliott 0a970aef8a
feat(oidc): persistent storage ()
This moves the OpenID Connect storage from memory into the SQL storage, making it persistent and allowing it to be used with clustered deployments like the rest of Authelia.
2022-04-07 15:33:53 +10:00
..
acl.go feat(commands): add access-control check-policy command () 2022-02-28 14:15:01 +11:00
build-info.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
certificates.go build(deps): update module github.com/valyala/fasthttp to v1.35.0 () 2022-04-06 07:57:23 +10:00
completion.go feat(configuration): replace viper with koanf () 2021-08-03 19:55:21 +10:00
configuration.go feat(commands): add access-control check-policy command () 2022-02-28 14:15:01 +11:00
const.go feat(commands): totp qr code in png format () 2022-03-02 18:50:36 +11:00
hash.go feat: add config flag to hash-password tool () 2021-09-16 10:20:42 +10:00
helpers_test.go feat(storage): encrypted secret values () 2021-11-25 12:56:58 +11:00
helpers.go feat(oidc): persistent storage () 2022-04-07 15:33:53 +10:00
root.go feat: implement mutual tls in the web server () 2022-04-05 09:57:47 +10:00
rsa.go fix: include major in go.mod module directive () 2021-08-11 11:16:46 +10:00
storage_run.go fix(commands): explicitly close files () 2022-03-17 16:53:07 +11:00
storage.go fix(commands): use consistent config file name () 2022-03-04 14:39:22 +11:00
validate.go fix(commands): use consistent config file name () 2022-03-04 14:39:22 +11:00