File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,9 @@ gem 'devise'
54
54
# Font-Awesome for icons
55
55
gem 'font-awesome-sass' , '~> 6.2.0'
56
56
57
+ # Use JWT for token authentication on API
58
+ gem 'jwt'
59
+
57
60
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
58
61
# gem "image_processing", "~> 1.2"
59
62
Original file line number Diff line number Diff line change 119
119
actionview (>= 5.0.0 )
120
120
activesupport (>= 5.0.0 )
121
121
json (2.6.2 )
122
+ jwt (2.5.0 )
122
123
launchy (2.5.0 )
123
124
addressable (~> 2.7 )
124
125
letter_opener (1.8.1 )
@@ -300,6 +301,7 @@ DEPENDENCIES
300
301
font-awesome-sass (~> 6.2.0 )
301
302
importmap-rails
302
303
jbuilder
304
+ jwt
303
305
letter_opener
304
306
pg (~> 1.1 )
305
307
puma (~> 5.0 )
You can’t perform that action at this time.
0 commit comments