aboutsummaryrefslogtreecommitdiff
path: root/zenserver/auth/authmgr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Format fix.Per Larsson2022-02-071-1/+0
* Refactored auth manager to use simplified encryption API.Per Larsson2022-02-071-41/+40
* Enable encryption on all platforms.Per Larsson2022-02-031-2/+2
* Minor cleanup of free functions.Per Larsson2022-02-031-1/+1
* Added AES encryption key/IV cli options.Per Larsson2022-02-031-11/+20
* Encrypt serialized auth state.Per Larsson2022-02-031-7/+77
* Overwrite existing refresh token.Per Larsson2022-02-021-1/+1
* Changed OIDC token endpoint.Per Larsson2022-02-021-1/+1
* Added upstream auth config and removed the possibility to add endpoints via R...Per Larsson2022-02-021-2/+107
* Parse expire time from OpenID refresh token and added OpenId token provider.Per Larsson2022-02-021-72/+93
* Parital completed cloud cache token provider interface.Per Larsson2022-02-011-1/+1
* Get access token from auth mgr.Per Larsson2022-01-281-0/+14
* Extended auth mgr to restore OpenID provider(s) and token(s).Per Larsson2022-01-281-16/+179
* Add OpenID auth to auth mgr.Per Larsson2022-01-261-5/+52
* Added auth manager with support for OIDC providers.Per Larsson2022-01-251-0/+72