Currently users need to write some code after installing this module, to hook the check into their model and optionally to add a controller change to warn existing users.
It would make the getting started experience simpler if we had generators to
Add the check to their devise model
Modify the ApplicationController with the sign in hook
It might also make sense to explicitly add our various config values/internationalization, along with comments about what they do. This would be a bit more explicit and means users dont have to dig into the code or our readme to see what they can configure
Currently users need to write some code after installing this module, to hook the check into their model and optionally to add a controller change to warn existing users.
It would make the getting started experience simpler if we had generators to
It might also make sense to explicitly add our various config values/internationalization, along with comments about what they do. This would be a bit more explicit and means users dont have to dig into the code or our readme to see what they can configure