aboutsummaryrefslogtreecommitdiff
path: root/zenserver/auth
Commit message (Collapse)AuthorAgeFilesLines
* Format fix.Per Larsson2022-02-071-1/+0
|
* Refactored auth manager to use simplified encryption API.Per Larsson2022-02-072-50/+43
|
* Enable encryption on all platforms.Per Larsson2022-02-031-2/+2
|
* Minor cleanup of free functions.Per Larsson2022-02-032-17/+17
|
* Added AES encryption key/IV cli options.Per Larsson2022-02-032-11/+30
|
* 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-022-2/+2
|
* Added upstream auth config and removed the possibility to add endpoints via ↵Per Larsson2022-02-022-2/+108
| | | | REST.
* Parse expire time from OpenID refresh token and added OpenId token provider.Per Larsson2022-02-025-89/+105
|
* Parital completed cloud cache token provider interface.Per Larsson2022-02-011-1/+1
|
* Get access token from auth mgr.Per Larsson2022-01-282-0/+22
|
* Extended auth mgr to restore OpenID provider(s) and token(s).Per Larsson2022-01-284-16/+382
|
* Add OpenID auth to auth mgr.Per Larsson2022-01-263-9/+80
|
* Added auth manager with support for OIDC providers.Per Larsson2022-01-254-2/+144
|
* Refactored upstream cache to better handle different states in prep for ↵Per Larsson2022-01-242-0/+59
dynamic auth tokens.