aboutsummaryrefslogtreecommitdiff
path: root/zenserver/auth/authservice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-91/+0
| | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees
* tweaks for enabling unity buildsStefan Boberg2023-04-191-1/+2
| | | | | | | | | | mostly changes to make sure anonymous namespaces don't clash and a change to avoid windows headers from leaking into other compilation units unity builds are not yet enabled by default, but can be enabled by uncommenting this line in the root `xmake.lua` ``` --add_rules("c++.unity_build") ```
* Configure OpenID providers from cmd line and Lua cfg. (#189)Per Larsson2022-11-141-3/+9
|
* Changed OIDC token endpoint.Per Larsson2022-02-021-1/+1
|
* Parse expire time from OpenID refresh token and added OpenId token provider.Per Larsson2022-02-021-5/+1
|
* Extended auth mgr to restore OpenID provider(s) and token(s).Per Larsson2022-01-281-0/+2
|
* Add OpenID auth to auth mgr.Per Larsson2022-01-261-4/+22
|
* Added auth manager with support for OIDC providers.Per Larsson2022-01-251-1/+32
|
* Refactored upstream cache to better handle different states in prep for ↵Per Larsson2022-01-241-0/+37
dynamic auth tokens.