Volst / graphql-authentication

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

Make password validation configurable #31

Closed SpaceK33z closed 6 years ago

SpaceK33z commented 6 years ago

Currently we enforce a password length of > 8 characters. This should be customizable through an option.