chaimPaneth / graphql-authentication

Repository from Github https://github.comchaimPaneth/graphql-authenticationRepository from Github https://github.comchaimPaneth/graphql-authentication

GraphQL Authentication

A very opinionated user authentication package for GraphQL. It uses old-school email/password authentication.

This package does not access your data layer (e.g. an ORM); for that you need to write a adapter (which is not hard to do). If you use Prisma, there is already an adapter for you, graphql-authentication-prisma.

About