mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
build: replace bcrypt (native) with bcryptjs
This commit is contained in:
committed by
Joachim Van Herwegen
parent
31cdb20bce
commit
17e49e2f48
@@ -1,5 +1,5 @@
|
||||
import assert from 'assert';
|
||||
import { hash, compare } from 'bcrypt';
|
||||
import { hash, compare } from 'bcryptjs';
|
||||
import { v4 } from 'uuid';
|
||||
import type { ExpiringStorage } from '../../../../storage/keyvalue/ExpiringStorage';
|
||||
import type { KeyValueStorage } from '../../../../storage/keyvalue/KeyValueStorage';
|
||||
|
||||
Reference in New Issue
Block a user