Encrypt access_token and refresh_token
This commit is contained in:
5
Gemfile
5
Gemfile
@@ -21,9 +21,12 @@ gem 'jbuilder'
|
||||
# Reduces boot times through caching; required in config/boot.rb
|
||||
gem 'bootsnap', '>= 1.4.2', require: false
|
||||
|
||||
gem 'lockbox'
|
||||
|
||||
# gem 'airrecord'
|
||||
gem 'google-api-client'
|
||||
gem 'rack-cors'
|
||||
gem "sentry-raven"
|
||||
gem 'sentry-raven'
|
||||
|
||||
group :development, :test do
|
||||
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
|
||||
|
||||
Reference in New Issue
Block a user