aboutsummaryrefslogtreecommitdiff
path: root/zenserver/auth
Commit message (Expand)AuthorAgeFilesLines
* Configure OpenID providers from cmd line and Lua cfg. (#189)Per Larsson2022-11-142-3/+16
* 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 R...Per Larsson2022-02-022-2/+108
* 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 dynam...Per Larsson2022-01-242-0/+59