aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/auth/authservice.cpp
Commit message (Collapse)AuthorAgeFilesLines
* auth fixes (#260)Dan Engelbrecht2024-12-101-1/+1
| | | | * fix so we can replace an openid provider that was read from disk file * fix OidcClient lifetime issues in authmg
* move auth code from zenserver into zenhttp (#265)Stefan Boberg2023-05-021-0/+90
this code should be usable outside of zenserver, so this moves it out into zenhttp where it can be used from lower level components