mirror of
https://github.com/owncast/owncast.git
synced 2024-11-25 06:12:23 +03:00
a7e5f20337
* Add bcrypt hashing helpers * SetAdminPassword now hashes the password before saving it * BasicAuth now compares the bcrypt hash for the password * Modify migration2 to avoid a double password hash when upgrading * Add migration for bcrypt hashed password * Do not show admin password hash as initial value * Update api tests to compare the bcrypt hash of the admin password instead * Remove old admin password api tests --------- Co-authored-by: Gabe Kangas <gabek@real-ity.com> |
||
---|---|---|
.. | ||
lib | ||
schema | ||
001_index.test.js | ||
002_publicstatic.test.js | ||
003_chat.test.js | ||
004_chatusers.test.js | ||
005_chatmoderation.test.js | ||
006_integrations.test.js | ||
007_admin.test.js | ||
008_federation.test.js | ||
009_configmanagement.test.js | ||
010_auth.test.js | ||
package-lock.json | ||
package.json | ||
run.sh |