Start supporting OAuth 2.0 authentication API

This commit is contained in:
Andrew Ferrazzutti
2025-08-29 10:30:54 -04:00
parent c1694fe706
commit e52083e29a
15 changed files with 526 additions and 76 deletions

View File

@@ -75,6 +75,7 @@ function renderWithMockClient(
<ClientContextProvider
value={{
state: "valid",
oidcClientConfig: null,
disconnected: false,
supportedFeatures: {
reactions: true,