aboutsummaryrefslogtreecommitdiff
path: root/zenserver/auth/authmgr.h
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-56/+0
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* #pragma once added to some headersStefan Boberg2023-04-201-0/+2
|
* Refactored auth manager to use simplified encryption API.Per Larsson2022-02-071-9/+3
|
* Minor cleanup of free functions.Per Larsson2022-02-031-16/+16
|
* Added AES encryption key/IV cli options.Per Larsson2022-02-031-0/+10
|
* Added upstream auth config and removed the possibility to add endpoints via ↵Per Larsson2022-02-021-0/+1
| | | | REST.
* Parse expire time from OpenID refresh token and added OpenId token provider.Per Larsson2022-02-021-4/+3
|
* Get access token from auth mgr.Per Larsson2022-01-281-0/+8
|
* Add OpenID auth to auth mgr.Per Larsson2022-01-261-0/+6
|
* Added auth manager with support for OIDC providers.Per Larsson2022-01-251-0/+36