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

feat: use ASWebAuthenticationSession for iOS PKCE #88

Merged
merged 2 commits into from
Oct 4, 2023
Merged

Conversation

CassiusPacheco
Copy link
Contributor

@CassiusPacheco CassiusPacheco commented Sep 27, 2023

This is the standard way of dealing with SSO on iOS.

Asynchronous error handling is now being bubbled up to PassportImpl
where it can be parsed by their identifier to complete unfinished
tasks.

@CassiusPacheco CassiusPacheco force-pushed the ios-sso branch 2 times, most recently from 2648059 to ff12f74 Compare September 29, 2023 06:29
This is the standard way of dealing with SSO on iOS.

Asynchronous error handling is now being bubbled up to PassportImpl
where it can be parsed by their identifier to complete unfinished
tasks.
These logs were making developers confused that errors where being
thrown, when in reality most of the time that wasnt the case.
@CassiusPacheco CassiusPacheco merged commit 84df5fd into main Oct 4, 2023
5 checks passed
@CassiusPacheco CassiusPacheco deleted the ios-sso branch October 4, 2023 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants