schibsted / account-sdk-browser

Schibsted Account SDK for browsers
https://schibsted.github.io/account-sdk-browser/
MIT License
16 stars 11 forks source link

Remove legacy session check fallbacks #166

Closed zamzterz closed 4 years ago

zamzterz commented 4 years ago

Only rely on session-service to check user sessions (and never fall back to old legacy services).

This also removes the ITPModal in favor of using redirect via session-service.

codecov[bot] commented 4 years ago

Codecov Report

Merging #166 into master will increase coverage by 0.33%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #166      +/-   ##
==========================================
+ Coverage   99.44%   99.78%   +0.33%     
==========================================
  Files          15       13       -2     
  Lines         542      458      -84     
  Branches      109       93      -16     
==========================================
- Hits          539      457      -82     
+ Misses          3        1       -2     
Impacted Files Coverage Δ
src/config.js 100.00% <ø> (ø)
__tests__/utils.js 100.00% <100.00%> (+10.00%) :arrow_up:
src/identity.js 99.48% <100.00%> (-0.52%) :arrow_down:
src/monetization.js 100.00% <100.00%> (ø)
src/payment.js 100.00% <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 19ad9f2...c2e8a28. Read the comment docs.