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

Create a requirement for RedirectURI in GetAuthorizationURL function #107

Merged
merged 5 commits into from
Feb 19, 2022

Conversation

sheldonvaughn
Copy link
Contributor

Currently if customers don't provide a redirectURI in the getAuthorizationURI function they do not get an error from the SDK, but will receive an error in the browser. We can improve the user experience by raising this error in the SDK instead of the browser.

@sheldonvaughn sheldonvaughn requested a review from a team as a code owner December 17, 2021 20:38
@codecov-commenter
Copy link

codecov-commenter commented Dec 17, 2021

Codecov Report

Merging #107 (2b7aa02) into master (7b2524c) will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
+ Coverage   94.84%   94.87%   +0.02%     
==========================================
  Files          18       18              
  Lines         466      468       +2     
==========================================
+ Hits          442      444       +2     
  Misses         24       24              
Impacted Files Coverage Δ
workos/sso.py 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 7b2524c...2b7aa02. Read the comment docs.

workos/sso.py Outdated Show resolved Hide resolved
@zenorocha
Copy link

Can we get this merged?

@mthadley mthadley merged commit 603da60 into master Feb 19, 2022
@mthadley mthadley deleted the addRedirectUriRequirementException branch February 19, 2022 00:09
@maxdeviant maxdeviant mentioned this pull request Feb 24, 2022
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.

None yet

4 participants