doorman
doorman copied to clipboard
Tools to make Plug, and Phoenix authentication simple and flexible.
Results
2
doorman issues
Sort by
recently updated
recently updated
newest added
First of all, awesome project! When working on a project I found the necessity to give other name to the hashed password field, so I thought of writing this PR.
Currently, `Doorman.authenticate/2` is hardcoded to find the user by an email field. This is the only thing in the library that depends on it, and it would nice to have...