Users & Auth

This commit is contained in:
2018-11-10 18:46:47 -06:00
parent 904a071fc0
commit 8a7b3d8ae0
26 changed files with 663 additions and 14 deletions

View File

@@ -10,6 +10,7 @@ gem 'rails', '~> 5.2.1'
gem 'bcrypt', '~> 3.1.7'
gem 'bootsnap', '>= 1.1.0', require: false
gem 'imperator', github: 'karmajunkie/imperator'
gem 'jbuilder', '~> 2.5'
gem 'json', '~> 2.1'
gem 'jwt', '2.1.0'