Hacker News new | past | comments | ask | show | jobs | submit login

You can enforce password policy client side. A technical user can go way out of their way to bypass it, but honestly, at that point who cares? If you really want to you can send up some metadata or something I guess.

Another option is to send the password at user creation time, but then to rely on a hash at login time. Now there's leak potential, but it's you just have to audit for leaks in one part of the codebase.

There's a lotta stuff you can do to improve upon the very quick version I'd mentioned.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: