You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
I'm facing an issue with the Farcaster Auth Kit while implementing a custom design for login via QR code. I'm using the useSignin hook and calling the signIn method to start polling and capture the success event. However, when I close the modal and call the signOut method to stop polling, it behaves unexpectedly. Initially, polling stops and disconnects, but it reconnects and continues to repeatedly connect and disconnect. If I don't call the signOut method, the polling never stops.
I am using @farcaster/auth-kit (version 0.6.0)
The text was updated successfully, but these errors were encountered:
What is the bug?
I'm facing an issue with the Farcaster Auth Kit while implementing a custom design for login via QR code. I'm using the useSignin hook and calling the signIn method to start polling and capture the success event. However, when I close the modal and call the signOut method to stop polling, it behaves unexpectedly. Initially, polling stops and disconnects, but it reconnects and continues to repeatedly connect and disconnect. If I don't call the signOut method, the polling never stops.
I am using @farcaster/auth-kit (version 0.6.0)
The text was updated successfully, but these errors were encountered: