-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Bug: app auth cache keys missing app_id #95
Conversation
This makes the cache multi-app aware, and so that it can handle JWT tokens from multiple apps
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #95 +/- ##
==========================================
- Coverage 35.21% 35.21% -0.01%
==========================================
Files 2430 2430
Lines 124901 124905 +4
==========================================
+ Hits 43986 43987 +1
- Misses 80915 80918 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
It seems the installation cache key also missing the app id.
Yeah, but I don't think it's as critical, as different installation IDs imply different app IDs. |
This makes the cache multi-app aware, and so that it can handle JWT tokens from multiple apps