React Native Login without WebAuth

Richard, thanks a lot for your quick reply!

I’m going to try to enable that grant type now. I did see the authorization with PKCE article and was considering following it but it seems like it also requires popups and web browser use. Is this not the case?

I just want my users to put in their username and password and sign in. I understand that oauth flows using other identity providers require multiple steps but I don’t understand why the database sign-in should. Is there a way to handle the oauth flow for PKCE with code only?

Thanks again!