Token authentication on signup /user/ POST route working, started login and auth

This commit is contained in:
Ben
2018-09-04 16:34:58 +01:00
parent 9ecfa5204f
commit 29292603a5
19 changed files with 298 additions and 52 deletions

View File

@@ -28,3 +28,4 @@ export class Database extends BaseDatabase {
}
Database.users = require('./users').UserTools;
Database.auth = require('./tokens').TokenTools;