<@U9HP6LZ18> Not sure about graphcool :confused: ....
# orm-help
f
@Jonathan Not sure about graphcool 😕 . Based on the Prisma docs, it seems like auth is up to the application to do. The Auth0 integration would be handled at the client-facing GraphQL API layer just before delegating to the Prisma Server GraphQL API
j
I've got everything working on the client side. When user logs in they get redirected to the Auth0 login page then are returned with an access token. I just don't understand how to pass the access token to graphCool and add user info such as firstName, lastName, etc.
I'm getting this message from GraphCool: "Argument 'authProvider' expected type 'AuthProviderSignupData!' and not sure what I need to do