fabric8-services / fabric8-auth

Identity and Access Management for fabric8 services
https://auth.openshift.io/api/status
Apache License 2.0
14 stars 26 forks source link

clean up OAuth State Reference created more than 1hr ago #870

Closed xcoulon closed 4 years ago

xcoulon commented 4 years ago

reduce the window from 1 day to 1hr while cleaning the OAuth State References, to avoid collision with incoming login requests, in case a state value would be reused.

codecov[bot] commented 4 years ago

Codecov Report

Merging #870 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #870   +/-   ##
=======================================
  Coverage   78.37%   78.37%           
=======================================
  Files         101      101           
  Lines        9506     9506           
=======================================
  Hits         7450     7450           
  Misses       1512     1512           
  Partials      544      544           
Impacted Files Coverage Δ
authentication/provider/repository/state.go 50.64% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update de6336d...d4f892b. Read the comment docs.