implement openID authentication
This commit is contained in:
parent
37e026a9fb
commit
600adde6ba
23 changed files with 408 additions and 14 deletions
5
Gemfile
5
Gemfile
|
|
@ -14,6 +14,11 @@ gem 'paper_trail'
|
|||
|
||||
# Use devise as authentification framework
|
||||
gem 'devise'
|
||||
# Use omniauth to support openID authentication
|
||||
gem 'omniauth'
|
||||
gem 'omniauth-facebook'
|
||||
gem 'omniauth-openid'
|
||||
gem 'omniauth-google-oauth2'
|
||||
|
||||
# Use cancan as authorization framework
|
||||
gem 'cancan'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue