1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-02 05:39:32 +00:00

Added script to insert test data into the database, added new requirement 'bcrypt' for password hashing

This commit is contained in:
2022-01-13 09:55:38 +00:00
parent 55d68df2c5
commit cfd4abc17e
3 changed files with 1373 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
},
"homepage": "https://github.com/matt-fidd/stratos#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"mysql2": "^2.3.3"
}
}