add jwt authentication on graphql controller
This commit is contained in:
10
Gemfile.lock
10
Gemfile.lock
@@ -113,6 +113,9 @@ GEM
|
||||
graphql (1.12.14)
|
||||
graphql_playground-rails (2.1.0)
|
||||
rails (>= 5.1.0)
|
||||
httparty (0.18.1)
|
||||
mime-types (~> 3.0)
|
||||
multi_xml (>= 0.5.2)
|
||||
i18n (1.8.10)
|
||||
concurrent-ruby (~> 1.0)
|
||||
jbuilder (2.11.2)
|
||||
@@ -143,12 +146,16 @@ GEM
|
||||
mini_mime (>= 0.1.1)
|
||||
marcel (1.0.1)
|
||||
method_source (1.0.0)
|
||||
mime-types (3.3.1)
|
||||
mime-types-data (~> 3.2015)
|
||||
mime-types-data (3.2021.0704)
|
||||
mini_mime (1.1.0)
|
||||
mini_portile2 (2.6.1)
|
||||
minitest (5.14.4)
|
||||
momentjs-rails (2.20.1)
|
||||
railties (>= 3.1)
|
||||
msgpack (1.4.2)
|
||||
multi_xml (0.6.0)
|
||||
nio4r (2.5.8)
|
||||
nokogiri (1.12.1)
|
||||
mini_portile2 (~> 2.6.1)
|
||||
@@ -304,11 +311,12 @@ DEPENDENCIES
|
||||
bootsnap (>= 1.4.4)
|
||||
capybara
|
||||
devise
|
||||
devise-bootstrap-views (~> 1.0)
|
||||
devise-bootstrap-views
|
||||
devise-i18n
|
||||
dotenv-rails
|
||||
graphql
|
||||
graphql_playground-rails
|
||||
httparty
|
||||
jbuilder (~> 2.7)
|
||||
listen (~> 3.3)
|
||||
pg (~> 1.1)
|
||||
|
||||
Reference in New Issue
Block a user