-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: OIDC support #844
base: main
Are you sure you want to change the base?
feat: OIDC support #844
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit d204c1e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 5 targetsSent with 💌 from NxCloud. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -92,6 +92,9 @@ | |||
"jwt-decode": "4.0.0", | |||
"tslib": "2.6.3" | |||
}, | |||
"peerDependencies": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you check the scenario where someone does not want to use it, and does not add it to its app dependencies?
I think it will break
Related Issues
Fixes https://github.com/descope/etc/issues/7012
Expose oidc authorize, finish and logout functions to SDK