🐛 Switch back to bcryptjs to fix issues with FreeBSD and ARM #1696
This commit is contained in:
@@ -22,7 +22,9 @@ import { RequestOptions } from 'oauth-1.0a';
|
||||
import * as csrf from 'csrf';
|
||||
import * as requestPromise from 'request-promise-native';
|
||||
import { createHmac } from 'crypto';
|
||||
import { compare } from '@node-rs/bcrypt';
|
||||
// IMPORRTANT! Do not switch to anther bcrypt library unless really needed and
|
||||
// tested with all possible systems like Windows, Alpine on ARM, FreeBSD, ...
|
||||
import { compare } from 'bcryptjs';
|
||||
import * as promClient from 'prom-client';
|
||||
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user