Anyone have a good guide for FB/Google authenticat...
# orm-help
b
Anyone have a good guide for FB/Google authentication with Prisma? Saw the graphcool templates, but not sure how easily those port over. Thanks!
l
Prisma doesn't have anything to do with authentication. You'll be authenticating against your server. If you want OAuth authentication flows, you'll want to match the type of flow you want against the provider and what they offer. I went with Auth0 and let them handle the OAuth. Here's how I set it up. https://github.com/LawJolla/prisma-auth0-example
b
Thanks so much!
👍 1