You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @arnvald,
thank you for giving me the good solution. I'd like to implement ur solution as default implementation of sorcery's external? . is there any reason not to implement external? this way?
I try to implement simple password authentication and oauth login with sorcery to my app.
when I try to signup without password and password confirmation,
external?
has beentrue
here's my code
In
password_required?
,external?
has been true and validation has been ignored when password and password_confirmation is nil.How can I turn on validation in this case?
The text was updated successfully, but these errors were encountered: