upgraded all npm packages (inc adonis auth, shield,..) #1711
-
I just upgraded all my NPM and now I am facing this issue:
It is preventing user to log in or register a new user. edit: When registering or seeding an user:
Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
RomainLanz
Oct 4, 2020
Replies: 1 comment 1 reply
-
Hey @WeyIin! 👋 Few months ago we added a breaking change in the hashing module. Also, some configurations have change, please, refer to their template in their respective repository. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
WeyIin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @WeyIin! 👋
Few months ago we added a breaking change in the hashing module.
Currently, you should have
@phc/bcrypt
(or something similar) installed, you must remove it and instead usephc-bcrypt
.Also, some configurations have change, please, refer to their template in their respective repository.