Has anyone been able to get auth0 authentication w...
# prisma-whats-new
y
Has anyone been able to get auth0 authentication working on react-native using the new react-native-auth0 module?
1
a
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
If you use the custom authentication methods, that's a lot easier
y
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...