Signup tentatively works

This commit is contained in:
metacryst
2025-11-22 23:12:01 -06:00
parent 525642d04e
commit c3ed5ac5ac
21 changed files with 461 additions and 287 deletions

View File

@@ -1,8 +1,7 @@
import dotenv from 'dotenv';
import chalk from 'chalk';
import jwt from 'jsonwebtoken'
import argon2 from 'argon2'
import { randomUUID } from 'node:crypto'
const dotenv = require("dotenv")
const jwt = require('jsonwebtoken');
const argon2 = require('argon2');
dotenv.config();
export default class AuthHandler {