Encrypt access_token and refresh_token

This commit is contained in:
2020-04-09 00:41:54 +02:00
parent 4b0a054596
commit 73ccddee94
6 changed files with 19 additions and 2 deletions

View File

@@ -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