Create LndHub accounts

This commit is contained in:
2021-11-19 20:10:36 -06:00
parent 088961dfec
commit f94227f9f3
12 changed files with 222 additions and 129 deletions

View File

@@ -24,6 +24,9 @@ gem 'bootsnap', '>= 1.4.2', require: false
# Configuration
gem 'dotenv-rails'
# Security
gem 'lockbox'
# Authentication
gem 'warden'
gem 'devise'