diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2021-11-30 17:58:21 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-30 17:58:21 +1100 |
| commit | 9ceee6c660ac240f68d83b515dac91835751b3b5 (patch) | |
| tree | c65c80320d40053501c9c556b0c547eb656c09ba /internal/middlewares/const.go | |
| parent | b1d37d2069464709158e02761df60aee03aafa5d (diff) | |
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.
Diffstat (limited to 'internal/middlewares/const.go')
| -rw-r--r-- | internal/middlewares/const.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/middlewares/const.go b/internal/middlewares/const.go index 27c157eb9..23de4427b 100644 --- a/internal/middlewares/const.go +++ b/internal/middlewares/const.go @@ -1,7 +1,5 @@ package middlewares -const jwtIssuer = "Authelia" - const ( headerXForwardedProto = "X-Forwarded-Proto" headerXForwardedMethod = "X-Forwarded-Method" |
