Has anyone been able to get auth0 authentication working on react-native using the new react-native-auth0 module?
⛔ 1
a
agartha
10/10/2017, 1:45 AM
Yes. The key is to:
1. Not specify an audience
2. Disable OIDC conformance in the Auth0 settings
3. Set algorithm to HS256
At least, that's needed for built-in Auth0 integration @ Graphcool
agartha
10/10/2017, 1:46 AM
If you use the custom authentication methods, that's a lot easier
y
ylac
10/10/2017, 4:34 AM
Thanks but I'm trying use the custom resolver method so I can use the authenticateAuth0 mutation for a seamless login/signup flow. Seems like there's a conflict between having the Auth0 client set as a Native type for my app and a Web Application to interact with the webtask...