Skip to content

Releases: Volst/graphql-authentication

graphql-authentication@0.5.5

26 Jul 10:58
Compare
Choose a tag to compare
  • Fix support for Apollo Server 2.0+

graphql-authentication@0.5.4

17 Jul 13:57
Compare
Choose a tag to compare
  • Add validatePassword option, see readme for documentation.
  • Fix crash on some platforms due to importing the uuid library in a wrong way.
  • More examples!
  • There is a live demo now: https://graphql-authentication-demo.now.sh/

graphql-authentication@0.5.3

05 Jul 14:05
Compare
Choose a tag to compare

First stable release of refactored GraphQL Authentication package!

Prisma Auth is now called GraphQL Authentication.

Breaking changes:

v0.4.0

29 May 12:21
Compare
Choose a tag to compare
  • Add a new isAuthResolver method to make it easier to use this package with graphql-shield.
  • forwardTo is now deprecated, I recommend to use graphql-shield instead. Checkout the docs.

v0.3.2

22 May 09:38
Compare
Choose a tag to compare
  • Fix signup mutation updating incorrect name field (#21)