logto-io / js

🤓 Logto JS SDKs.
https://docs.logto.io/quick-starts/
MIT License
67 stars 40 forks source link

fix: unexpected error when handling sign-in callback in React and Vue SDKs #520

Closed charIeszhao closed 1 year ago

charIeszhao commented 1 year ago

Summary

Fix potential failure when handling sign-in callback in React and Vue SDKs. Should fix #508 and may also fix #516

Testing

UT

Checklist

linear[bot] commented 1 year ago
LOG-6483 Random infinite loop on handling sign-in URL

Forget to await `isSignInRedirected` promise in React and Vue SDKs