Skip to content
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

fix: rework ttl access token cache #91

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

dajay
Copy link
Contributor

@dajay dajay commented Dec 10, 2021

Closes #90

@dajay dajay requested a review from jgavignet December 10, 2021 15:11
@dajay dajay self-assigned this Dec 10, 2021
@dajay dajay force-pushed the issue90-access_token_ttl branch from 1878a2d to 2b844b7 Compare December 10, 2021 15:13
@codecov-commenter
Copy link

codecov-commenter commented Dec 10, 2021

Codecov Report

Base: 91.05% // Head: 91.12% // Increases project coverage by +0.07% 🎉

Coverage data is based on head (7051bbb) compared to base (f0e653e).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #91      +/-   ##
============================================
+ Coverage     91.05%   91.12%   +0.07%     
- Complexity     1004     1011       +7     
============================================
  Files           153      155       +2     
  Lines          3231     3258      +27     
  Branches         84       86       +2     
============================================
+ Hits           2942     2969      +27     
  Misses          289      289              
Impacted Files Coverage Δ
...y/ilg/spring/boot/autoconfigure/IlgProperties.java 100.00% <ø> (ø)
...g/boot/autoconfigure/AuthorizationInterceptor.java 100.00% <100.00%> (ø)
...lg/spring/boot/autoconfigure/IlgConfiguration.java 100.00% <100.00%> (ø)
.../autoconfigure/client/AuthenticationApiClient.java 100.00% <100.00%> (ø)
...ring/boot/autoconfigure/client/cache/JwtCache.java 100.00% <100.00%> (ø)
...oconfigure/client/cache/ParseRunTimeException.java 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dajay dajay force-pushed the issue90-access_token_ttl branch from 2b844b7 to 0751bcb Compare December 13, 2021 07:44
@dajay dajay force-pushed the issue90-access_token_ttl branch from 0751bcb to 1f413b1 Compare December 13, 2021 12:56
@dajay dajay force-pushed the issue90-access_token_ttl branch from 1f413b1 to 0dcc872 Compare September 27, 2022 07:39
@dajay dajay force-pushed the issue90-access_token_ttl branch from 89354df to 7051bbb Compare September 29, 2022 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rework access token ttl
3 participants