Authentication with Mongo DB Part 2
31st Dec 2022 by Aneesh Mistry

Logging in and creating web tokens

Learn how you can create web tokens with the jwt package in express js. This video will enhance our MEAN application to verify the details of a user when they submit the login form, and return with either a generated web token from the jwt package, or with an exception for an incorrect username or password. This video is part 2 of a series of videos to create authentication with Angular and MongoDB.

Link to source code: https://github.com/4neesh/YouTube-Channel/tree/main/mongodb-auth-2

YouTube video link


Share this post