Hi Guys! Anyone know how I can expand this tutori...
# prisma-whats-new
g
Hi Guys! Anyone know how I can expand this tutorial (https://www.howtographql.com/graphql-js/5-authentication/) to support login using google and facebook accounts?
m
@Guilherme Estevão I would use the Graphcool framework/CLI and integrate the following templates: https://github.com/graphcool/templates/tree/master/auth
s
@guilhermeestevo If you have a pluralsight subscription there is a really nice course for integrating OAuth authentication in your app but you can also refer to the passport is non package docs, that will help you.