-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Separate FAPI-initiated redirect flows to requiring user input or not (…
…#1343) * fix(clerk-js): Separate FAPI-initiated redirect flows to requiring user input or not Previously, for all valid FAPI-initiated redirect flows, we would require the user to be signed in. Although this was working properly for oauth, it doesn't work for magic links or other ticket flows. This commit updates the logic to separate the allowed FAPI redirect flows to the ones that require user input, like the oauth, and the ones that don't, e.g. magic links. * Create selfish-swans-smell.md * chore(clerk-js): Added description in changeset --------- Co-authored-by: Nikos Douvlis <nikosdouvlis@gmail.com>
- Loading branch information
1 parent
010484f
commit 846b00b
Showing
4 changed files
with
36 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@clerk/clerk-js': minor | ||
--- | ||
|
||
Fix magic link flows for development instances when url-based session syncing is used. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters