jwt-project icon indicating copy to clipboard operation
jwt-project copied to clipboard

Proper variable declaration

Open HawiCaesar opened this issue 3 years ago • 1 comments

Good and simple to follow tutorial.

There needs to be a proper variable declaration in app.js line 33

Follow your documentation and trying to run it, encryptedPassword undefined

encryptedPassword = await bcrypt.hash(password, 10);

HawiCaesar avatar Jan 30 '22 13:01 HawiCaesar

It's addressed with the PR here https://github.com/Olanetsoft/jwt-project/pull/5

DEDaniel avatar May 25 '22 19:05 DEDaniel