nodeSolidServer/oidc-auth-manager

Move from 'bcrypt' to 'bcryptjs' package

Closed this issue · 0 comments

Bcrypt's requirement for native compilation makes installation more difficult. Move to the bcryptjs npm package, which has the same api but easier requirements.