-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Caching ClaimsPrincipal
during authentication and re-caching FileConfiguration
objects in Consul and Disk File configuration repos
#1249
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
base: develop
Are you sure you want to change the base?
Conversation
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.
That's Good
Hi Mohsen! What issue is this PR related to? |
@EngRajabi commented on May 30, 2020:
In comparison to what performance indicators was the current performance improved? |
I was in an enterprise project that used the reference token type. I had a performance problem. Because in every request, it needs to request the identity of the server. The problem was solved with this cache. |
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.
merge conflict
Did you use Service Discovery + Identity Server setup, or classic setup + Identity Server Bearer Tokens? |
Unfortunately there are no builds for these commits! |
cd5675c
to
0561ad5
Compare
Mohsen, congrats! 🎉 Now we can go with code review... And, once again, |
c216cdf
to
b458f0f
Compare
908d84f
to
0678e7a
Compare
New Feature
Cache response access token
Motivation for New Feature