Add authentication

This commit is contained in:
James 2024-01-05 19:50:37 -06:00
parent 14f1f3daa6
commit 071a04cca9
5 changed files with 331 additions and 2 deletions

View file

@ -6,6 +6,8 @@ gem 'tilt'
gem 'erubi'
gem 'sequel'
gem 'rake'
gem 'rodauth'
gem 'bcrypt'
# Change to whatever database you plan to use
gem 'sqlite3'