Using expo-auth-session for authentication in a react native app, the browser will open for you to login and you may notice it doesn’t close on login/sign up – you may then try to login again and because the session in the browser is already set, it works..
To fix this – disable turbo on the devise forms and make sure the oauth/authorize executes as HTML rather than TURBO STREAM and it should work – the expo web browser doesn’t know what to do with a Turbo Stream – hopefully someone saves a day or two with this.
Tim Dowling is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
See above, disable turbo on devise forms when authenticating from expo app
Tim Dowling is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.