adds code


In this video, I'll will teach you how to create a simple nodejs application that allows a user to sign up and log in, depending on their credentials they will gain access to a private page or denied access. We'll be using mongodb to store user data and jwt to create and sign our web tokens. We will also use AES encryption to protect sensitive data. Below is the link to my github where you can find the code to the complete project. Copy the code you need. Source: https://github.com/Optimus-The-Marsian/Authentification-app.git
Previous Post Next Post