anyone have an example using Auth0 for the beta? t...
# prisma-whats-new
l
anyone have an example using Auth0 for the beta? the advanced node example shows auth, but I’m an Auth0 n00b, and am curious to see how others set theirs up. maybe old examples still apply?
m
There’s an old example in
templates
repository. I am creating the new one for the beta and would love to collaborate.
💯 1
e
I'm very interested in Auth for graphcool as well. It seems that it should run fine without using Auth0. I'm looking forward to the tutorials/templates.
l
I’ve just started working on a minimal fullstack example off of the
node-advanced
example and Auth0 docs, would be awesome to join forces: https://github.com/hoodsy/graphcool-auth0-example
@ehodges the advanced example has email/password auth: https://github.com/graphql-boilerplates/node-graphql-server
e
ok cool, thanks. I will look at that.