britton-jb / sentinel

DEPRECATED - Phoenix Authentication library that wraps Guardian for extra functionality
MIT License
106 stars 19 forks source link

Registerable #12

Open britton-jb opened 8 years ago

britton-jb commented 8 years ago

Break registerable out into it's own module that can be switched on and off. Some users may not want users to be able to register for their application on their own.

This should just be a config option that then removes the new user page in the router mount macro.

britton-jb commented 6 years ago

This is available for careful testing in the features/lockable_and_plug branch.