Add authentication
This commit is contained in:
parent
14f1f3daa6
commit
071a04cca9
5 changed files with 331 additions and 2 deletions
2
Gemfile
2
Gemfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue