-
Notifications
You must be signed in to change notification settings - Fork 992
(expo/use-sso) Add redirectUrl parameter to startSSOFlow; remove expo partials
#2005
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
Changes from 4 commits
ef80482
fbf01cb
fa5be26
9ab193a
dae3483
6df3add
0f0de67
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,6 +39,13 @@ function startSSOFlow(startSSOFlowParams: StartSSOFlowParams): Promise<StartSSOF | |
|
|
||
| --- | ||
|
|
||
| - `redirectUrl?` | ||
| - `string` | ||
|
|
||
| The full URL or path to redirect to after the SSO flow is complete. If not specified, defaults to `sso-callback` path. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
But I don't see where the
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. If deep linking is working - in this case, for Android since iOS currently has a bug from our tests so far (expo/expo#34187) And
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm confused. The examples never set up a
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. On On
I recognize this is confusing... and this is the behavior for iOS in development mode, as I mentioned it could be a bug with Expo (expo/expo#34187) in which we haven't tried to reproduce on production iOS builds When using |
||
|
|
||
| --- | ||
|
|
||
| - `unsafeMetadata?` | ||
| - [`SignUpUnsafeMetadata`](/docs/references/javascript/types/metadata#sign-up-unsafe-metadata) | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.