authelia/internal/middlewares
James Elliott 9ceee6c660
feat(storage): only store identity token metadata (#2627)
This change makes it so only metadata about tokens is stored. Tokens can still be resigned due to conversion methods that convert from the JWT type to the database type. This should be more efficient and should mean we don't have to encrypt tokens or token info in the database at least for now.
2021-11-30 17:58:21 +11:00
..
asset_override.go feat: customizable static assets (#2597) 2021-11-15 19:37:58 +11:00
authelia_context.go feat(regulator): enhance authentication logs (#2622) 2021-11-29 14:09:14 +11:00
authelia_context_test.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
const.go feat(storage): only store identity token metadata (#2627) 2021-11-30 17:58:21 +11:00
errors.go fix: oidc issuer path and strip path middleware (#2272) 2021-08-10 10:31:08 +10:00
http_to_authelia_handler_adaptor.go refactor(handlers): lower case error messages (#2289) 2021-09-17 15:53:40 +10:00
identity_verification.go feat(storage): only store identity token metadata (#2627) 2021-11-30 17:58:21 +11:00
identity_verification_test.go feat(storage): only store identity token metadata (#2627) 2021-11-30 17:58:21 +11:00
log_request.go Display correct RemoteIP in logs. 2019-12-11 19:01:16 +01:00
log_request_test.go [CI] Add wsl linter (#980) 2020-05-05 21:35:32 +02:00
require_first_factor.go fix: include major in go.mod module directive (#2278) 2021-08-11 11:16:46 +10:00
strip_path.go fix: oidc issuer path and strip path middleware (#2272) 2021-08-10 10:31:08 +10:00
types.go feat(storage): only store identity token metadata (#2627) 2021-11-30 17:58:21 +11:00