mikker / passwordless

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

Store encrypted tokens #145

Closed mikker closed 1 year ago

mikker commented 1 year ago

For security reasons we should not store tokens in plain text.

Pulled from #89

Closes #80 Closes #81