-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the login flow to retry on nonce errors (#24)
* Update the login flow to retry on nonce errors * add changeset * Update loginflow/loginflow.go Co-authored-by: meyerjrr <[email protected]> --------- Co-authored-by: meyerjrr <[email protected]>
- Loading branch information
1 parent
98a5138
commit f784061
Showing
2 changed files
with
79 additions
and
0 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 @@ | ||
--- | ||
"@common-fate/sdk": patch | ||
--- | ||
|
||
Add a retry step to the loginflow which will detect errors validating the nonce and retry login 1 time. Retring usually fixes the issue. |
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