chore(agent_connect): add faraday-jwt to make openid work with jwt

This commit is contained in:
simon lehericey 2023-12-11 11:18:04 +01:00
parent f6079ee435
commit b981b9a3ed
2 changed files with 5 additions and 0 deletions

View file

@ -32,6 +32,7 @@ gem 'discard'
gem 'dotenv-rails', require: 'dotenv/rails-now' # dotenv should always be loaded before rails gem 'dotenv-rails', require: 'dotenv/rails-now' # dotenv should always be loaded before rails
gem 'dry-monads' gem 'dry-monads'
gem 'elastic-apm' gem 'elastic-apm'
gem 'faraday-jwt'
gem 'flipper' gem 'flipper'
gem 'flipper-active_record' gem 'flipper-active_record'
gem 'flipper-ui' gem 'flipper-ui'

View file

@ -244,6 +244,9 @@ GEM
ruby2_keywords (>= 0.0.4) ruby2_keywords (>= 0.0.4)
faraday-follow_redirects (0.3.0) faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3) faraday (>= 1, < 3)
faraday-jwt (0.1.0)
faraday (~> 2.0)
json-jwt (~> 1.16)
faraday-net_http (3.0.2) faraday-net_http (3.0.2)
ffi (1.16.3) ffi (1.16.3)
ffi-compiler (1.0.1) ffi-compiler (1.0.1)
@ -864,6 +867,7 @@ DEPENDENCIES
dry-monads dry-monads
elastic-apm elastic-apm
factory_bot factory_bot
faraday-jwt
flipper flipper
flipper-active_record flipper-active_record
flipper-ui flipper-ui