Work on omniauth setup
This commit is contained in:
parent
8a35bb377e
commit
4d4bdd00c6
5 changed files with 49 additions and 50 deletions
7
Gemfile
7
Gemfile
|
|
@ -40,10 +40,11 @@ gem 'devise_ichain_authenticatable'
|
|||
|
||||
# for openID authentication
|
||||
gem 'omniauth'
|
||||
gem 'omniauth-facebook'
|
||||
gem 'omniauth-github'
|
||||
# gem 'omniauth-facebook'
|
||||
# gem 'omniauth-github'
|
||||
gem 'omniauth-google-oauth2'
|
||||
gem 'omniauth-openid'
|
||||
# gem 'omniauth-openid'
|
||||
gem 'omniauth-discourse'
|
||||
|
||||
# Bot-filtering
|
||||
gem 'recaptcha', require: 'recaptcha/rails'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue