Added Omniauth OpenId Connect startegy
Showing
... | @@ -41,8 +41,9 @@ gem 'omniauth-shibboleth', '~> 1.3.0' | ... | @@ -41,8 +41,9 @@ gem 'omniauth-shibboleth', '~> 1.3.0' |
gem 'omniauth-twitter', '~> 1.4' | gem 'omniauth-twitter', '~> 1.4' | ||
gem 'omniauth_crowd', '~> 2.2.0' | gem 'omniauth_crowd', '~> 2.2.0' | ||
gem 'omniauth-authentiq', '~> 0.3.3' | gem 'omniauth-authentiq', '~> 0.3.3' | ||
gem 'omniauth_openid_connect', '~> 0.3.0' | |||
gem "omniauth-ultraauth", '~> 0.0.2' | |||
gem 'rack-oauth2', '~> 1.9.3' | gem 'rack-oauth2', '~> 1.9.3' | ||
gem "omniauth-ultraauth", '~> 0.0.1' | |||
gem 'jwt', '~> 2.1.0' | gem 'jwt', '~> 2.1.0' | ||
# Spam and anti-bot protection | # Spam and anti-bot protection | ||
... | ... |
Please register or sign in to comment