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
229 stars 56 forks source link

Bug: Registration #102

Closed stephenjason89 closed 4 years ago

stephenjason89 commented 4 years ago

If you have an invalid id and secret then try to register a user,

it will throw an error but if you check the database, it is still being inserted

joselfonseca commented 4 years ago

It is normal that it happens, the client ID and secret are only used to get the user tokens once the registration is done.

stephenjason89 commented 4 years ago

Thank you for the clarification