0.5.5 • Published 6 years ago

graphql-authentication v0.5.5

Weekly downloads
50
License
ISC
Repository
github
Last release
6 years ago

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.

Full Documentation