aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/include
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2024-12-10 09:08:54 +0100
committerGitHub Enterprise <[email protected]>2024-12-10 09:08:54 +0100
commit3242a47fc2cd8d46d2d6482b7d386c26adca1ea2 (patch)
treedd232ab9430afbc5193214c27abf92ef7bbfb873 /src/zenhttp/include
parent5.5.16-pre0 (diff)
downloadzen-3242a47fc2cd8d46d2d6482b7d386c26adca1ea2.tar.xz
zen-3242a47fc2cd8d46d2d6482b7d386c26adca1ea2.zip
auth fixes (#260)
* fix so we can replace an openid provider that was read from disk file * fix OidcClient lifetime issues in authmg
Diffstat (limited to 'src/zenhttp/include')
-rw-r--r--src/zenhttp/include/zenhttp/auth/oidc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/zenhttp/include/zenhttp/auth/oidc.h b/src/zenhttp/include/zenhttp/auth/oidc.h
index f43ae3cd7..6f9c3198e 100644
--- a/src/zenhttp/include/zenhttp/auth/oidc.h
+++ b/src/zenhttp/include/zenhttp/auth/oidc.h
@@ -2,13 +2,14 @@
#pragma once
+#include <zenbase/refcount.h>
#include <zencore/string.h>
#include <vector>
namespace zen {
-class OidcClient
+class OidcClient : public RefCounted
{
public:
struct Options