chore: remove bcrypt

This commit is contained in:
Mythie
2024-03-07 18:30:22 +11:00
parent b9b57f16c0
commit cffb7907b5
10 changed files with 332 additions and 47 deletions

View File

@ -1,6 +1,6 @@
/// <reference types="../types/next-auth.d.ts" />
import { PrismaAdapter } from '@next-auth/prisma-adapter';
import { compare } from 'bcrypt';
import { compare } from '@node-rs/bcrypt';
import { DateTime } from 'luxon';
import type { AuthOptions, Session, User } from 'next-auth';
import type { JWT } from 'next-auth/jwt';