We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e22f3b9 + 4340fa7 commit 6f4b11dCopy full SHA for 6f4b11d
1 file changed
Gemfile
@@ -45,7 +45,7 @@ gem 'bootsnap', require: false
45
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
46
gem 'rack-cors'
47
48
-# JWT for authentication
+# JWT for authentication — >= 3.2.0 fixes inadequate authentication CVE
49
gem 'jwt', '>= 3.2.0'
50
51
# Serializers for API responses
0 commit comments