From 3242a47fc2cd8d46d2d6482b7d386c26adca1ea2 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Tue, 10 Dec 2024 09:08:54 +0100 Subject: auth fixes (#260) * fix so we can replace an openid provider that was read from disk file * fix OidcClient lifetime issues in authmg --- src/zenhttp/include/zenhttp/auth/oidc.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/zenhttp/include') 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 #include #include namespace zen { -class OidcClient +class OidcClient : public RefCounted { public: struct Options -- cgit v1.2.3