trenpixster / addict

User management lib for Phoenix Framework
MIT License
645 stars 99 forks source link

Customizable password hashing strategies #94

Closed steveklebanoff closed 8 years ago

steveklebanoff commented 8 years ago

Allows the configuration of custom modules to encrypt/decrypt passwords

See feature request https://github.com/trenpixster/addict/issues/93

trenpixster commented 8 years ago

Sorry for the lack of feedback, I'll look at this shortly :)

steveklebanoff commented 8 years ago

Anything I can do to help get this pushed through?

trenpixster commented 8 years ago

@steveklebanoff this LGTM, thanks for implementing! I was going to suggest adopting the same flow that exists for the other Configs, but let's leave that for a future effort 👍

steveklebanoff commented 8 years ago

Cool, thanks for merging! It would be nice to keep all the configs set up the same way, but I wasn't sure how to nicely modify the other variables set in configs.ex to support default values