mikker / passwordless

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

Stop collecting PII #153

Closed mikker closed 1 year ago

mikker commented 1 year ago

I initially did this because I saw other auth systems do it. I don't think it should be on by default. I can see how it can be useful for tracking and security. If this is of importance, applications can fairly easily add the information back.

Solves #138