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

Fixes: handle OAUTH2_IDP_HOST_URL with no ending slash and missing shop #627

Merged
merged 4 commits into from
Dec 17, 2019

Conversation

aldeed
Copy link
Contributor

@aldeed aldeed commented Dec 13, 2019

Resolves #626
Impact: minor
Type: bugfix

Changes

  • When OAUTH2_IDP_HOST_URL env does not end in /, logout now works correctly.
  • Throughout the app, components have been updated to render as much as possible without needing a shop loaded. The net result is that the UI loads properly and things like login/logout work even when there is no primary shop for the environment yet.

Breaking changes

None

Testing

  • Verify that logout works when OAUTH2_IDP_HOST_URL ends with / AND when it does not.
  • Connect to an API with a fresh database that has no shops yet. Verify the UI loads and login/logout works.

Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
Signed-off-by: Eric Dobbertin <eric@dairystatedesigns.com>
@aldeed aldeed requested a review from willopez December 13, 2019 20:36
@aldeed aldeed added this to In progress in 3.0.0 via automation Dec 13, 2019
@aldeed aldeed moved this from In progress to Review in progress in 3.0.0 Dec 13, 2019
@willopez willopez requested review from mikemurray and removed request for willopez December 17, 2019 19:09
Copy link
Member

@mikemurray mikemurray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

3.0.0 automation moved this from Review in progress to Reviewer approved Dec 17, 2019
@mikemurray mikemurray merged commit 748aa60 into release-v3.0.0 Dec 17, 2019
3.0.0 automation moved this from Reviewer approved to Done Dec 17, 2019
@mikemurray mikemurray deleted the fix-aldeed-626-logout-url branch December 17, 2019 22:21
@kieckhafer kieckhafer mentioned this pull request Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
3.0.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants