We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6182ed0 commit f53deafCopy full SHA for f53deaf
1 file changed
README.md
@@ -18,6 +18,7 @@ Create a new client instance using Auth0Native:
18
19
```ts
20
import { Auth0Native } from '@cobuildlab/react-native-auth0';
21
+import jwtDecode from 'jwt-decode';
22
23
// AUTH0 options
24
const AUTH0_OPTIONS = {
0 commit comments