Add idToken to TokenSet in SessionData#1978
Conversation
Co-authored-by: kenkoooo <kenkou.n@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1978 +/- ##
==========================================
+ Coverage 76.16% 76.19% +0.03%
==========================================
Files 21 21
Lines 1523 1525 +2
Branches 242 242
==========================================
+ Hits 1160 1162 +2
Misses 356 356
Partials 7 7 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Is there a way to opt-out from ID token being added to cookies? From version v4.3.0, two cookies resulted in a larger size making some APIs failing with We will check if we can quickly switch to custom store. However, I would like to point out that update from v4.2.1 -> v4.3.0 broke our application because of ID token being added to the cookie resulting in the larger size that our APIs could not support. |
What is the allowed size on your backend (which backend are you using?)? Things like node have a limit of 16KB. |
📋 Changes
Co-authored-by: kenkoooo kenkou.n@gmail.com
Added the field
idTokeninTokenSettype ofSessionDataallowing for easy access.📎 References
🎯 Testing
PASSING
use the
getSession()method to accesstokenSet: