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

Add support for custom URL state values #1212

Merged
merged 3 commits into from
Oct 27, 2023

join extra state params

047fb97
Select commit
Loading
Failed to load commit list.
Merged

Add support for custom URL state values #1212

join extra state params
047fb97
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 18, 2023 in 1s

78.09% (+0.16%) compared to f64cfb3

View this Pull Request on Codecov

78.09% (+0.16%) compared to f64cfb3

Details

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (f64cfb3) 77.92% compared to head (047fb97) 78.09%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1212      +/-   ##
==========================================
+ Coverage   77.92%   78.09%   +0.16%     
==========================================
  Files          45       45              
  Lines        1726     1739      +13     
  Branches      346      349       +3     
==========================================
+ Hits         1345     1358      +13     
  Misses        342      342              
  Partials       39       39              
Files Coverage Δ
src/OidcClient.ts 92.62% <ø> (ø)
src/ResponseValidator.ts 88.34% <100.00%> (+0.11%) ⬆️
src/SigninRequest.ts 100.00% <100.00%> (ø)
src/SigninResponse.ts 100.00% <100.00%> (ø)
src/SigninState.ts 100.00% <ø> (ø)
src/State.ts 85.29% <100.00%> (+0.44%) ⬆️
src/User.ts 80.76% <100.00%> (+0.76%) ⬆️
src/UserManager.ts 57.87% <ø> (ø)
src/errors/ErrorResponse.ts 92.85% <100.00%> (+0.54%) ⬆️
src/utils/UrlUtils.ts 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.