You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: