attempt to fix the discourse callback URL
This commit is contained in:
parent
4ea5fb0892
commit
89de647968
2 changed files with 11 additions and 7 deletions
7
Gemfile
7
Gemfile
|
|
@ -38,13 +38,12 @@ gem 'rails-i18n'
|
|||
gem 'devise'
|
||||
gem 'devise_ichain_authenticatable'
|
||||
|
||||
# for openID authentication
|
||||
gem 'omniauth'
|
||||
gem 'omniauth-google-oauth2'
|
||||
gem 'omniauth-discourse'
|
||||
# gem 'omniauth-openid'
|
||||
# gem 'omniauth-facebook'
|
||||
# gem 'omniauth-github'
|
||||
gem 'omniauth-google-oauth2'
|
||||
# gem 'omniauth-openid'
|
||||
gem 'omniauth-discourse'
|
||||
|
||||
# Bot-filtering
|
||||
gem 'recaptcha', require: 'recaptcha/rails'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue