Authorisation management using CanCanCan added
This commit is contained in:
parent
51be4a4777
commit
7a3b65fe50
24 changed files with 211 additions and 295 deletions
3
Gemfile
3
Gemfile
|
|
@ -143,3 +143,6 @@ gem 'omniauth_openid_connect'
|
|||
# Mitigate CVE-2015-9284
|
||||
# https://github.com/cookpad/omniauth-rails_csrf_protection
|
||||
gem 'omniauth-rails_csrf_protection'
|
||||
|
||||
# Role-based access
|
||||
gem 'cancancan'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue