Drop omniauth for openid_connect gem
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -25,10 +25,8 @@ gem "jbuilder"
|
||||
# Use Active Model has_secure_password [https://guides.rubyonrails.org/active_model_basics.html#securepassword]
|
||||
gem "bcrypt", "~> 3.1.7"
|
||||
|
||||
# OpenID Connect authentication support
|
||||
# OpenID Connect authentication support (using explicit controller, no middleware)
|
||||
gem "openid_connect", "~> 2.2"
|
||||
gem "omniauth", "~> 2.1"
|
||||
gem "omniauth_openid_connect", "~> 0.8"
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
gem "tzinfo-data", platforms: %i[ windows jruby ]
|
||||
|
||||
Reference in New Issue
Block a user