joselfonseca / lighthouse-graphql-passport-auth

Add GraphQL mutations to get tokens from passport for https://lighthouse-php.com/
https://lighthouse-php-auth.com/
MIT License
228 stars 56 forks source link

Make using custom email verification configurable #165

Closed wimski closed 1 year ago

wimski commented 1 year ago

This PR adds the ability to implement your own custom email verification.

The checks fail because of #166

wimski commented 1 year ago

Never mind, I overlooked that I could just use MustVerifyEmail instead of MustVerifyEmailGraphQL :see_no_evil: