|  

JWT Authentication using MERN Stack



Size :4.3 GB
Peers : Seeders : 0      Leechers : 0
Added : 1 year ago » by tutsnode » in Other
Language : English
Last Updated :6 months ago
Info_Hash :E24C481E64CBFDBD5888BA7FB173459C9DBC370E

Torrent File Contents

JWT Authentication using MERN Stack
  [TutsNode.net] - 9. Email Verification/5. Frontend Mail Verify.mp4
  -  299.24 MB

  TutsNode.net.txt
  -  63 Bytes

  [TutsNode.net] - 9. Email Verification/3. Gmail App Passwords Document.html
  -  1.14 KB

  [TutsNode.net] - 10. Deployment Module/2. Deploy Document.html
  -  812 Bytes

  [TGx]Downloaded from torrentgalaxy.buzz .txt
  -  585 Bytes

  .pad/0
  -  772.29 KB

  [TutsNode.net] - 4. Creating Auth Pages/5. Form validation.mp4
  -  292.24 MB

  .pad/1
  -  773.45 KB

  [TutsNode.net] - 8. Dashbaord/6. Update Password Frontend.mp4
  -  252.45 MB

  .pad/2
  -  563.94 KB

  [TutsNode.net] - 5. User Authentication Implementation/2. Registering user with backend.mp4
  -  216.44 MB

  .pad/3
  -  577.4 KB

  [TutsNode.net] - 5. User Authentication Implementation/4. Logging in user.mp4
  -  215.87 MB

  .pad/4
  -  131.05 KB

  [TutsNode.net] - 8. Dashbaord/1. Dashbaord part 1.mp4
  -  195.64 MB

  .pad/5
  -  370.44 KB

  [TutsNode.net] - 8. Dashbaord/2. Dashboard part 2.mp4
  -  180.75 MB

  .pad/6
  -  252.25 KB

  [TutsNode.net] - 4. Creating Auth Pages/4. Register page.mp4
  -  173.42 MB

  .pad/7
  -  596.95 KB

  [TutsNode.net] - 5. User Authentication Implementation/3. Registering user with frontend.mp4
  -  167.26 MB

  .pad/8
  -  761.38 KB

  [TutsNode.net] - 9. Email Verification/2. Mail verify 1.mp4
  -  164.58 MB

  .pad/9
  -  434.37 KB

  [TutsNode.net] - 9. Email Verification/1. Nodemailer basics.mp4
  -  159.62 MB

  .pad/10
  -  389.72 KB

  [TutsNode.net] - 8. Dashbaord/5. Update Password Backend.mp4
  -  153.01 MB

  .pad/11
  -  1009.88 KB

  [TutsNode.net] - 10. Deployment Module/1. Securing data using process.env.mp4
  -  143.56 MB

  .pad/12
  -  450.39 KB

  [TutsNode.net] - 8. Dashbaord/3. Decrypting Token into data.mp4
  -  137.66 MB

  .pad/13
  -  348.23 KB

  [TutsNode.net] - 6. Adding password Hashing/3. Adding Toastify alerts.mp4
  -  137.49 MB

  .pad/14
  -  518.59 KB

  [TutsNode.net] - 4. Creating Auth Pages/2. Login Page - 1.mp4
  -  136.82 MB

  .pad/15
  -  181.89 KB

  [TutsNode.net] - 6. Adding password Hashing/1. Hashing - 1.mp4
  -  120.7 MB

  .pad/16
  -  303.09 KB

  [TutsNode.net] - 7. JSON Web Token/3. Protecting routes.mp4
  -  117.7 MB

  .pad/17
  -  302.36 KB

  [TutsNode.net] - 9. Email Verification/4. Backend Mail Verify.mp4
  -  117.62 MB

  .pad/18
  -  392.38 KB

  [TutsNode.net] - 7. JSON Web Token/2. JWT Implementation.mp4
  -  116.94 MB

  .pad/19
  -  59.27 KB

  [TutsNode.net] - 5. User Authentication Implementation/1. Creating user Model and route.mp4
  -  108.63 MB

  .pad/20
  -  375.33 KB

  [TutsNode.net] - 3. Database connection/2. MongoDB Connection to our Project.mp4
  -  98.58 MB

  .pad/21
  -  433.62 KB

  [TutsNode.net] - 4. Creating Auth Pages/3. Login Page - 2.mp4
  -  93.67 MB

  .pad/22
  -  334.01 KB

  [TutsNode.net] - 4. Creating Auth Pages/1. Implementing Routing.mp4
  -  88.02 MB

  .pad/23
  -  1004.8 KB

  [TutsNode.net] - 1. Promo/1. Intro of the Project.mp4
  -  76.3 MB

  .pad/24
  -  720.46 KB

  [TutsNode.net] - 7. JSON Web Token/1. Problem with saving cred in local.mp4
  -  70.91 MB

  .pad/25
  -  89.65 KB

  [TutsNode.net] - 3. Database connection/1. Creating Database in Mongo Atlas.mp4
  -  63.09 MB

  .pad/26
  -  935.79 KB

  [TutsNode.net] - 2. First Steps into Project/2. Creating and setting up backend.mp4
  -  60.06 MB

  .pad/27
  -  967.06 KB

  [TutsNode.net] - 6. Adding password Hashing/2. Hashing - 2.mp4
  -  59.34 MB

  .pad/28
  -  673.7 KB

  [TutsNode.net] - 10. Deployment Module/3. Deploying in Heroku Platform.mp4
  -  50.84 MB

  .pad/29
  -  168.26 KB

  [TutsNode.net] - 2. First Steps into Project/1. Creating and setting up frontend.mp4
  -  39.7 MB

  .pad/30
  -  306.24 KB

  [TutsNode.net] - 8. Dashbaord/4. Logout Function.mp4
  -  29.73 MB



Torrent Description


Description

What is JSON Web Token?

JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This information can be verified and trusted because it is digitally signed. JWTs can be signed using a secret (with the HMAC algorithm) or a public/private key pair using RSA or ECDSA.

JSON Web Token (JWT, pronounced /dʒɒt/, same as the word “jot”[1]) is a proposed Internet standard for creating data with optional signature and/or optional encryption whose payload holds JSON that asserts some number of claims. The tokens are signed either using a private secret or a public/private key.

JWTs consist of three parts separated by dots (.), which are:

Header
Payload
Signature

Let’s explain some concepts of this definition further.

Compact: Because of its size, it can be sent through an URL, POST parameter, or inside an HTTP header. Additionally, due to its size its transmission is fast.
Self-contained: The payload contains all the required information about the user, to avoid querying the database more than once.

In authentication, when the user successfully logs in using their credentials, a JSON Web Token will be returned. Since tokens are credentials, great care must be taken to prevent security issues. In general, you should not keep tokens longer than required.

You also should not store sensitive session data in browser storage due to lack of security.

Whenever the user wants to access a protected route, it should send the JWT, typically in the Authorization header using the Bearer schema. Therefore the content of the header should look like the following.
Who this course is for:

Developers interested in JSON Web Token (JWT)
Developers interested in Developing Websites
Developers interested in React JS
Developers interested in Node JS

Requirements

Familiarity with Javascript
Basic Knowledge of MongoDb database
Prior experience in React and Node JS
Clear Idea about Redux State Management Library

Last Updated 11/2022