aaronrenner / phx_gen_auth

An authentication system generator for Phoenix 1.5 applications.
772 stars 55 forks source link

Needs flag for password hashing library #3

Closed aaronrenner closed 4 years ago

aaronrenner commented 4 years ago

By default we use bcrypt, but on windows it should use pdkf2. It wouldn't hurt to have a flag that controls these and maybe also allows for argon2.