Skip to content

Add Missing Authentication Dependencies to package.json#35

Open
VJLIVE wants to merge 1 commit into
AdityaRalhan:mainfrom
VJLIVE:fix/backend-packages-solved
Open

Add Missing Authentication Dependencies to package.json#35
VJLIVE wants to merge 1 commit into
AdityaRalhan:mainfrom
VJLIVE:fix/backend-packages-solved

Conversation

@VJLIVE
Copy link
Copy Markdown
Contributor

@VJLIVE VJLIVE commented Jun 20, 2025

This PR fixes runtime errors encountered during user registration and login due to missing dependencies. The application uses bcryptjs and jsonwebtoken for authentication, but these packages were not listed in package.json.

✅ Changes:
Added bcryptjs and jsonwebtoken to the dependencies section of package.json.

Fixes #33

🛠 How to Test:

  • Run npm install
  • Start the server (npm start)
  • Attempt user registration and login – no errors should occur

This ensures authentication works out-of-the-box after installing dependencies.

@VJLIVE
Copy link
Copy Markdown
Contributor Author

VJLIVE commented Jun 20, 2025

@AdityaRalhan This issue is solved, you can merge it..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing Authentication Dependencies (bcryptjs, jsonwebtoken)

2 participants