Releases: Volst/graphql-authentication
Releases · Volst/graphql-authentication
graphql-authentication@0.5.5
- Fix support for Apollo Server 2.0+
graphql-authentication@0.5.4
- 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
First stable release of refactored GraphQL Authentication package!
Prisma Auth is now called GraphQL Authentication.
Breaking changes:
- New package name
- Prisma part is not included by default anymore. See graphql-authentication-prisma for documentation.
v0.4.0
- Add a new
isAuthResolver
method to make it easier to use this package withgraphql-shield
. forwardTo
is now deprecated, I recommend to use graphql-shield instead. Checkout the docs.