-
- Material-UI
- Passport.js
Auth for Node ~ don't need if using Laravel
- B-Crypt.js
Also may not need if using Laravel
- React-dnd
-
-
I get this issue:
```
> bcrypt@0.8.3 install /root/tracker/node_modules/co-bcrypt/node_modules/bcrypt
> node-gyp rebuild
make: Entering directory `/root/tracker/node_modules/co-bcrypt/node_modules/b…
-
-
I cloned the repo and tried running npm install, but got the following errors in the output terminal:
```
make: *** [Release/obj.target/bcrypt_lib/src/bcrypt_node.o] Error 1
make: Leaving directory …
-
I've searched through the issues in this repository and the bcrypt repository: https://github.com/kelektiv/node.bcrypt.js, and it seems like no one is discussing this.
I think it could be useful to…
-
Hi dcodeIO! Thanks for the bcryptjs module, it is a great way to incorporate bcrypt hashing into Node.js projects.
The latest version on npm (v2.4.3) doesn't include the changes from mid-2017 which…
trvra updated
9 months ago
-
https://github.com/elvisduru/token-auth-app/blob/master/src/auth/auth.service.ts
swagger - https://github.com/TasinIshmam/blog-backend-rest-api-nestjs-prisma/blob/main/src/main.ts
dto style - http…
-
# Change password in the profile page
- [ ] Make the UI for it(Three fields - current password, New Password and confirm password)
- [ ] Check the current password
- [ ] Validate the new password(*…
-
Hello, I'm working on an authentication system in MongoDB. When storing passwords, everything seems fine:
`{"_id":{"$oid":"66408f417315a786f0d1d279"},"username":"test","email":"test@mail.com","passwo…