I'm signing up users via email, with confirmation.
However, upon signUp() returning I get a user but no session. This means that I cannot listen to onAuthStateChange to know when the user confirms his email.
Which means that I must force the user to sign in manually again after having confirmed his email.
How am I meant to work around this without buying a domain and setting up a redirect to the app ?
I'm signing up users via email, with confirmation.
However, upon signUp() returning I get a user but no session. This means that I cannot listen to onAuthStateChange to know when the user confirms his email.
Which means that I must force the user to sign in manually again after having confirmed his email.
How am I meant to work around this without buying a domain and setting up a redirect to the app ?