Implements iChain authentication
This commit is contained in:
parent
15c6ed127f
commit
49d565def2
21 changed files with 269 additions and 126 deletions
2
Gemfile
2
Gemfile
|
|
@ -14,6 +14,8 @@ gem 'paper_trail'
|
|||
|
||||
# Use devise as authentification framework
|
||||
gem 'devise'
|
||||
gem 'devise_ichain_authenticatable'
|
||||
|
||||
# Use omniauth to support openID authentication
|
||||
gem 'omniauth'
|
||||
gem 'omniauth-facebook'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue