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

retry fetch token on network error #163

Merged
merged 5 commits into from
Apr 1, 2025

Conversation

erquhart
Copy link
Contributor

A single token fetch failing due to network error can lead to an erroneous unauthenticated client state (where refresh/reload leads to authenticated state, without signing in). One example of this is a react native app fetching a token, and the app is moved to background before the request resolves. At least on iOS, when the app is active again, the fetch will fail due to network error and the user will see an unauthenticated state.

This PR:

  • splits out the verifyCode portion of verifyCodeAndSetToken
  • allows up to two retries if fetch fails due to network error

Copy link

vercel bot commented Feb 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
convex-auth-docs ✅ Ready (Inspect) Visit Preview Mar 10, 2025 3:02pm

@erquhart
Copy link
Contributor Author

erquhart commented Feb 18, 2025

@sshader thanks for the comments, addressed those. I also included something I forgot to push earlier that was used in troubleshooting this issue - defaulting to use the Convex Client logger for unauthenticated calls (there's currently no api for providing a custom logger there). Let me know if this should be dropped, I can open a separate PR for it or just leave it out.

Copy link
Contributor

@sshader sshader left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The logger addition seems fine (we could probably eventually clean up some of the verbose vs. logger stuff, but this all seems fine)

@erquhart
Copy link
Contributor Author

(bump)

@sshader sshader merged commit a8e7c01 into get-convex:main Apr 1, 2025
1 check passed
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.

3 participants