internet-identity
internet-identity copied to clipboard
How to authenticate from a react native app?
Hi How can I authenticate(signin, signup, singout, check authentication) from a react native (expo) app? Is there any library I can import or any http calls I can use?
I am exploring https://reactnative.dev/docs/security#oauth2-and-redirects
Deeplinking should not be used to pass secrets; and the internet-identity does not supports PKCE;
I am exploring https://reactnative.dev/docs/security#oauth2-and-redirects
Deeplinking should not be used to pass secrets; and the internet-identity does not supports PKCE;
I tried catching the postMessage response from II with no luck. WebView is not supported by II and I could not fetch the message from II using any other method