11 results for “topic:nodejs-jwt”
In this video we will learn how to Integrate NodeJS Login and Register API in our Flutter application using JWT Token Authentication.
Management of sessions by Redis and JWT for horizontal scalability, with the possibility of having one session at a time or multiple for the same user
Node JS Boiler Plate with basic routing, in memory cache, logging, and template.
Esqueleto básico para o desenvolvimento de APIs com Node.js, autenticação jwt e Express js.
Hotel booking NodeJS
Download zip file and extract it. To test please follow below steps :- Step 1:- Register test user using below url http://localhost:3000/api/users and pass below paramters in body(x-www-form-urlencoded) firstname :- test lastname :- test email :- test@test.com password :- 1234 role :- 1 Step 2:- Hit login api using http://localhost:3000/api/signin to generate json token. you will see below response { "auth": true, "accessToken": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiaWF0IjoxNTU4MTEwMTk1LCJleHAiOjE1NTgxOTY1OTV9.jDtvXgBOdtoOHrQxHxFDpMTlhW8vkMq1yWde_hJz1VM" } Step 3 :- Now create a sample post using http://localhost:3000/api/post. Please send above token in header request(x-access-token -- eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MSwiaWF0IjoxNTU4MTEwMTk1LCJleHAiOjE1NTgxOTY1OTV9.jDtvXgBOdtoOHrQxHxFDpMTlhW8vkMq1yWde_hJz1VM) and sample post data in body(x-www-form-urlencoded) with below parameter title :- sample post title description :- sample post description
Authentication and Authorization implementation using Node, JWT and Mongo database native driver
nodejs jwt demo
Projeto para estudar autenticação com JWT e Node.js baseado nos cursos da Formação Node.js com Expresse da Alura.
SignIn & SignUp App
AI Customer Support Chatbot - Intelligent conversation platform with PDF processing, real-time chat, and admin management. Built with React 19, Node.js, MongoDB. Features: Context-aware AI responses, automatic FAQ extraction, JWT authentication, responsive design.