zauberware/rails-devise-graphql

Error when user does not exist

valentindruon opened this issue · 0 comments

Hi guys,

I've got an error when I'm using the signIn mutation and provide false credentials.
The user does not exists and it raises this exception :

undefined method 'lock_strategy_enabled?' for nil:NilClass

It comes from your fork of the gem graphql-auth on branch rails6 where no verification is done about user existence

Have a great day :)