Standalone app using Authsession in LAN Environment, Possible?

Hi guys,
My standalone app need to be authorized by the OAuth provider in LAN environment. It works perfect in development because I can access the internet. However after I publish the app, AuthSession.getRedirectUrl() still redirecting the url to be Sign-in Complete. But in the production, device only be used in LAN, no any connection from outside. Any possible way to get rid of auth.expo.io? Or any react native library do the same job but more customizable?

Thanks

I don’t think Authsession allow user to change their agent content. I changed it to Web browser for more flexible usage.

Thanks!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.