Joon
Joon

Reputation: 9914

Using auth0 SDK in react native app

I want to use auth0 SDK in my react native app, but it seems it's tied to the browser environment using window or document.

Is there a node / react native port of this SDK?

I want to use APIs such as renewIdToken, refreshToken, getDelegationToken, etc.

Upvotes: 1

Views: 1152

Answers (2)

Joon
Joon

Reputation: 9914

I created a React Native (Node.js as well in the future) port of Auth0.js myself here.

https://github.com/joonhocho/auth0-react-native

Currently, it's a Work in Progress.

Please help with PRs. Thanks!

Upvotes: 1

Daniel Schmidt
Daniel Schmidt

Reputation: 11921

Auth0 has official documentations for React Native with iOS and Android.

Upvotes: 0

Related Questions