We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e45408d commit be37350Copy full SHA for be37350
.changeset/pink-bugs-glow.md
@@ -0,0 +1,10 @@
1
+---
2
+'@asgardeo/javascript': minor
3
+'@asgardeo/nextjs': minor
4
+'@asgardeo/react': minor
5
+'@asgardeo/i18n': minor
6
7
+
8
+Add support to resolve component metadata from Thunder Flow APIs
9
10
+Refer: https://github.com/asgardeo/thunder/discussions/812
samples/teamspace-react/src/main.tsx
@@ -54,13 +54,6 @@ createRoot(document.getElementById('root')!).render(
54
// },
55
56
}}
57
- applicationId={import.meta.env.VITE_ASGARDEO_APPLICATION_ID}
58
- platform="AsgardeoV2"
59
- tokenValidation={{
60
- idToken: {
61
- validate: false,
62
- },
63
- }}
64
>
65
<App />
66
</AsgardeoProvider>
0 commit comments