Originally created by @Sacristan on GitHub (Apr 29, 2015).
Like Rails admin
config.authorize_withdorequire_http_adminend
This would simply restrict any unwanted /crono visitors
Originally created by @Sacristan on GitHub (Apr 29, 2015).
Like Rails admin
``` ruby
config.authorize_with do
require_http_admin
end
```
This would simply restrict any unwanted /crono visitors
@plashchynski commented on GitHub (May 9, 2015):
Hello @Sacristan
there are lots of authentication options, please check https://github.com/plashchynski/crono/wiki/Web-UI#security
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Sacristan on GitHub (Apr 29, 2015).
Like Rails admin
This would simply restrict any unwanted /crono visitors
@plashchynski commented on GitHub (May 9, 2015):
Hello @Sacristan
there are lots of authentication options, please check https://github.com/plashchynski/crono/wiki/Web-UI#security