-
hey mentor,
please check my code and tell me if required some changes
A app where one create ,edit and delete personal profile, eduction, experience, skills and see the repos of user and then can cr…
-
- user Schema 수정
- bcryptjs 설치 후에 비밀번호 암호화하여 데이터베이스에 저장
마감 기한: 24.11.19
hhj08 updated
2 weeks ago
-
Just install 'bcrypt' if not already or check if already installed.
`npm i bcrypt`
Now, in your **vidly-api-node** folder goto **routes** folder and open up **users.js** in your code editor. and c…
-
#### Nexus Report
```json
{
"node": "v12.18.2",
"os": {
"platform": "linux",
"release": "4.4.0-1073-aws"
},
"nexus": "^0.25.0",
"plugins": [
"nexus-plugin-prisma",
…
-
code as below:
```
const bcrypt = require('bcryptjs');
console.time();
const salt = bcrypt.genSaltSync(20);
const hash = bcrypt.hashSync('I love cupcakes', salt);
console.timeEnd();
console…
-
Implement a login and signup feature that allows users to create an account and log in to the website. Ensure that user credentials are securely handled and stored in the database.
-
Hi, Iove the concept of the software and I am keen to try it out. However I keep getting an error and cannto figure out what I am doing wrong. I would appreciate some support please.
root@docker:…
-
I am not sure if this is intentional, but the [npm module](https://www.npmjs.com/package/bcrypt-nodejs) has not been published since version 0.3.0 (latest version is 0.1.0).
In other words, the most…
-
- [x] make a new branch 'level-1'
- [x] init package.json
- scripts
1) **dev** with hot-reload
2) **start** without hot-reload
- [x] add:
- 📁 middlewares
- 📁 cons…
-
The following error is occurring when trying to use apollo-resolvers with typescript, I noticed that several people were having the same problem and I decided to open the issue, more details below.
…