Volst / graphql-authentication

🔑 Makes it easy to do boring authentication stuff with GraphQL (login, password reset, ...)
https://graphql-authentication-demo.now.sh/
ISC License
234 stars 15 forks source link

Add example to Prisma repo #35

Closed SpaceK33z closed 6 years ago

SpaceK33z commented 6 years ago

Note for myself that I need to make a full example and submit it as a PR to the Prisma repository.

erichodges commented 6 years ago

Please! I'm excited to see this.

SpaceK33z commented 6 years ago

@erichodges nice :). I made a PR, https://github.com/prismagraphql/prisma/pull/2778, do you have time to verify if everything works?

erichodges commented 6 years ago

@SpaceK33z I'm probably not the best person to check :-). I think it would be good to have your work integrated into a React boilerplate. I have interest in doing at least the styling for that, but I have not worked with Prisma for a while. I have some front end things (a Nuxt boilerplate) that I'm trying to get to a good level at the moment, so I'm not ready yet to commit to anything. I also want to get a Nuxt (Vue) boilerplate going for Prisma with Auth...but need to start with the React. Maybe taking the current React/Prisma boilerplate and adding your auth would be a good place to start.

SpaceK33z commented 6 years ago

That sounds good! Adding a React/Prisma boilerplate surely would be a good idea. I already have an open source project that uses it, https://github.com/Volst/foed, which is built with React+Prisma+GraphQL Authentication.

My Prisma PR was merged so closing this :).

erichodges commented 6 years ago

Ah ok, cool. I will look at your project...sounds like that could be turned into a boilerplate. Thanks for your work in this area!