mikker / passwordless

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

introduce a :paranoid flag to prevent leaking the existence of an email in the db (POC) #132

Closed dkhgh closed 1 year ago

dkhgh commented 1 year ago

Wanted to try out a proof of concept after reading this issue.

mikker commented 1 year ago

Thank you! This is not a bad solution 👍

I'm not sure we should add another config option for just this. Let me think about it for a bit.

dkhgh commented 1 year ago

I'm not sure we should add another config option for just this. Let me think about it for a bit.

Can totally relate to that. Just wanted to make a tangible so it's easier to think about. At least that's how it usually works for me.

mikker commented 1 year ago

Closing this for now. I don't think it is necessary for Passwordless currently. Thank you for contributing though!