mikker / passwordless

🗝 Authentication for your Rails app without the icky-ness of passwords
MIT License
1.26k stars 85 forks source link

require email on sign in #134

Closed fchatterji closed 1 year ago

fchatterji commented 1 year ago

Added a check to prevent user submitting an invalid email github issue: https://github.com/mikker/passwordless/issues/129

mikker commented 1 year ago

I don't think this is the way to go. But thank you for contributing this.