Skip to content

issues Search Results · repo:bezkoder/node-js-jwt-auth language:JavaScript

Filter by

13 results
 (121 ms)

13 results

inbezkoder/node-js-jwt-auth (press backspace or delete to remove)

Configure MySQL database Sequelize How to get rid of plain text passwords in db.config.js file. Thanks, Rahul C
  • rahulcheni
  • 1
  • Opened 
    on Aug 10, 2023
  • #16

I made this API acording to the tutorial, and after starting it up, I started getting this error: Cannot add or update a child row: a foreign key constraint fails (ne028304db.user_roles, CONSTRAINT user_roles_ibfk_1 ...
  • Lopastudio
  • Opened 
    on Jul 21, 2023
  • #15

https://www.bezkoder.com/wp-content/uploads/2020/01/node-js-jwt-authentication-mysql-signup-new-user.png If you use postman. A POST on localhost:8080/api/auth/signup with the json body : { username : mod ...
  • sddevsd
  • 1
  • Opened 
    on Jun 25, 2023
  • #14

Hi, thanks for the code... it seems I am doing something wrong, but i have no idea what is happening: 1) I tried to run your code, but i got connection refused ( I think something wrong whith por number... ...
  • seonake
  • Opened 
    on Dec 30, 2022
  • #10

Hi friends, Kindly give the solution for JsonWebTokenError: jwt malformed in Middleware authJwt.js: 15:9
  • SATZPrincess
  • Opened 
    on Sep 23, 2022
  • #9

Do not use app.use (bodyParser.urlencoded ({extended: true})) for json requests. Use app.use(bodyParser.json()) for application/json requests type. https://github.com/bezkoder/node-js-jwt-auth/blob/b653461c66d07f0c63054782efa8b4c94d557252/server.js#L17 ...
  • leandrocunha526
  • Opened 
    on May 26, 2021
  • #7

when i run node server.js of this following code here https://github.com/bezkoder/node-js-jwt-auth I get the following output (node:20977) [SEQUELIZE0004] DeprecationWarning: A boolean value was passed ...
  • smidhunraj
  • 3
  • Opened 
    on Jan 6, 2021
  • #6

  • Valkie1991
  • 1
  • Opened 
    on Sep 19, 2020
  • #5

I get this issue in postman: I set appropriate Header: Content-Type: application/json and looked at your code in github. I also set body from test to json in postman. Please help UnhandledPromiseRejectionWarning: ...
  • dylanrychlik
  • Opened 
    on Sep 9, 2020
  • #4
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub