hey everyone!
I'm trying to add an anonymous log in flow and have set it up this way. My only issue is that if the user logs out and then logs back in, it creates a new user.
Is there a way to log the user in anonymously if the device (or any other mechanism) already created an anonymous user?
Or would it mean I should just disable the logout button if the user is anonymous (e.g no email)? Thanks for your help!