Skip to content

Commit

Permalink
chore: use bcryptjs
Browse files Browse the repository at this point in the history
  • Loading branch information
adisreyaj committed Apr 8, 2024
1 parent 9e77d7d commit 23ee485
Show file tree
Hide file tree
Showing 3 changed files with 20,028 additions and 12,814 deletions.
2 changes: 1 addition & 1 deletion apps/api/src/app/user/user.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
import { ConfigService } from '@nestjs/config';
import { Prisma } from '@prisma/client';
import { AppMetadata, AuthenticationClient, ManagementClient, SignUpUserData, UserMetadata } from 'auth0';
import { compareSync, hashSync } from 'bcrypt';
import { compareSync, hashSync } from 'bcryptjs';
import * as cuid from 'cuid';
import { JwtPayload, verify } from 'jsonwebtoken';
import { kebabCase } from 'voca';
Expand Down
Loading

0 comments on commit 23ee485

Please sign in to comment.