nicolas-fricke / transfair

[DEPRECATED] Second, Rails-based approach to a web application for the Transfair-Project
https://www.transfair.co
3 stars 3 forks source link

Require login for pages #6

Closed nicolas-fricke closed 5 years ago

nicolas-fricke commented 12 years ago

Login is possible with Devise, already implemented. For developing reasons, no authentication is required up to now.

nicolas-fricke commented 12 years ago

Authentication has to be added, where needed. The gem CanCan supports role based access.