-
Notifications
You must be signed in to change notification settings - Fork 268
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
Support email verify callback #990
Conversation
aarongranick-okta
commented
Oct 28, 2021
•
edited
Loading
edited
- passes stateTokenExternalId to introspect
- allows shared storage without "oauth" flag (meant for legacy oauth cookies)
- clears shared storage if a matching state exists in sessionStorage
- do not bundle node-cache for browser version
- add _idxResponse to auth-js methods (to help widget conversion)
- separate shared storage for originalUri
- upgrades idx-js and fixes tests (no longer throws a "raw" idx response)
- shared storage is automatically enabled only in browser environment
- isInteractionRequired now supported on node platform
- updates express-embedded-auth-with-sdk sample:
- handles email verify callback (on /login/callback)
- displays more error types (instead of "Internal Error!")
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #990 +/- ##
=======================================
Coverage 92.28% 92.28%
=======================================
Files 121 122 +1
Lines 3512 3566 +54
Branches 736 759 +23
=======================================
+ Hits 3241 3291 +50
- Misses 271 275 +4 ☔ View full report in Codecov by Sentry. |
2a9e18e
to
4999727
Compare
ee7f3ea
to
787f7af
Compare