This commit is contained in:
StarAppeal
2024-12-07 20:20:42 +01:00
parent 46dae811e5
commit 884374c2f6
+1
View File
@@ -4,6 +4,7 @@ import {IUser} from "../db/models/user";
import {ObjectId} from "mongodb";
import {JwtAuthenticator} from "../utils/jwtAuthenticator";
import bcrypt from "bcrypt";
import crypto from "crypto"
export class RestAuth {
public createRouter() {