MEAN Stack Front To Back [Part 4] - API Authentication and Token - Best Webhosting

Thanks! Share it with your friends!

URL

You disliked this video. Thanks for the feedback!

Sorry, only registred users can create playlists.

ULTRAFAST, CHEAP, SCALABLE AND RELIABLE! WE STRONGLY RECOMMEND ACCU WEB HOSTING COMPANY

MEAN Stack Front To Back [Part 4] - API Authentication and Token

Watch Web Development Traversy Media Video: MEAN Stack Front To Back [Part 4] - API Authentication and Token.
In this video we will implement Passport.js and JWT (Json Web Tokens) for authentication. Users will be able to register with the API and get a token to be able to submit to protected routes

Just The Backend API Repo
https://github.com/bradtraversy/nodeauthapp

Code Up To This Point:
http://www.traversymedia.com/downloads/meanauthapp/meanauthapp_part_4.zip

My Courses:
http://traversymedia.com/eduonix-courses

DONATIONS: Any donation is greatly appreciated....
https://www.paypal.me/traversymedia
https://www.patreon.com/traversymedia

Published:
Category: Web Development Traversy Media
72 Views

Related Videos

  • MEAN Stack Front To Back [Part 1] - Project Introduction

    MEAN Stack Front To Back [Part 1] - Project Introduction

    by Best Webhosting Added 69 Views / 0 Likes

    This is the first part of the MEAN Stack series. In this video we will talk about what this project series includes as far as technology. We will be covering Node.js & Express REST API Passport,js MongoDB & Mongoose JWT Authentication Angular 2 & Angular-CLI Angular2-JWT Angular 2 Flash Messages MEAN Deployment And More! My Courses: http://www.traversymedia.com/eduonix-courses/ DONATIONS: Any donation is greatly appreciated.... https://www.paypal.me/t

  • MEAN Stack Front To Back [Part 8] - Login & Logout

    MEAN Stack Front To Back [Part 8] - Login & Logout

    by Best Webhosting Added 97 Views / 0 Likes

    In this part of the MEAN stack series we will make the login form and authenticate request giving us back a json web token and user data that we can then store in local storage. We will also create the logout functionality Code Up To This Point: http://www.traversymedia.com/downloads/meanauthapp/meanauthapp_part_8.zip My Courses: http://traversymedia.com/eduonix-courses DONATIONS: Any donation is greatly appreciated.... https://www.paypal.me/traversym

  • MEAN Stack Front To Back [Part 10] - App Deployment to Heroku

    MEAN Stack Front To Back [Part 10] - App Deployment to Heroku

    by Best Webhosting Added 67 Views / 0 Likes

    In this video we will deploy the MEAN application to Heroku and setup mLab for our MongoDB database. CODE: Final Code https://github.com/bradtraversy/meanauthapp My Courses: http://traversymedia.com/eduonix-courses DONATIONS: Any donation is greatly appreciated.... https://www.paypal.me/traversymedia https://www.patreon.com/traversymedia

  • MEAN Stack Front To Back [Part 2] - Express Setup & Routes

    MEAN Stack Front To Back [Part 2] - Express Setup & Routes

    by Best Webhosting Added 87 Views / 0 Likes

    In this video we will setup our backend Express server along with a bunch of dependencies including Mongoos, BCryptjs, Passport & more. We will create our users routes such as /register and /authenticate. This is part 2 of the series Code Up To This Point: http://www.traversymedia.com/downloads/meanauthapp/meanauthapp_part_2.zip My Courses: http://traversymedia.com/eduonix-courses DONATIONS: Any donation is greatly appreciated.... https://www.paypal.m

  • Popular MEAN Stack Front To Back [Part 3] - User Model & Register

    MEAN Stack Front To Back [Part 3] - User Model & Register

    by Best Webhosting Added 101 Views / 0 Likes

    In this video we will create our Mongoose user model and schema with the user fields. We will also complete the /register post route to sign up a new user and encrypt passwords with Bcrypt Code Up To This Point: http://www.traversymedia.com/downloads/meanauthapp/meanauthapp_part_3.zip My Courses: http://traversymedia.com/eduonix-courses DONATIONS: Any donation is greatly appreciated.... https://www.paypal.me/traversymedia https://www.patreon.com/trave

  • MEAN Stack Front To Back [Part 5] - Angular 2 Components & Routes

    MEAN Stack Front To Back [Part 5] - Angular 2 Components & Routes

    by Best Webhosting Added 90 Views / 0 Likes

    In this video we will create our front end Angular app using the Angular-CLI. We will generate all of the components and implement the router. We will also use a Bootstrap navbar Code Up To This Point: http://www.traversymedia.com/downloads/meanauthapp/meanauthapp_part_5.zip My Courses: http://traversymedia.com/eduonix-courses DONATIONS: Any donation is greatly appreciated.... https://www.paypal.me/traversymedia https://www.patreon.com/traversymedia

  • MEAN Stack Front To Back [Part 7] - Auth Service & User Registration

    MEAN Stack Front To Back [Part 7] - Auth Service & User Registration

    by Best Webhosting Added 97 Views / 0 Likes

    In this video we will create the authentication service and the user registration functionality using the backend API /users/register endpoint Code Up To This Point: http://www.traversymedia.com/downloads/meanauthapp/meanauthapp_part_7.zip My Courses: http://traversymedia.com/eduonix-courses DONATIONS: Any donation is greatly appreciated.... https://www.paypal.me/traversymedia https://www.patreon.com/traversymedia

  • MEAN Stack Front To Back [Part 9] - Protected Requests & Auth Guard

    MEAN Stack Front To Back [Part 9] - Protected Requests & Auth Guard

    by Best Webhosting Added 95 Views / 0 Likes

    In this video we will create the service function to make requests to protected routes and we will add the authentication guard to protect pages Full Github Repo: https://github.com/bradtraversy/meanauthapp My Courses: http://traversymedia.com/eduonix-courses DONATIONS: Any donation is greatly appreciated.... https://www.paypal.me/traversymedia https://www.patreon.com/traversymedia

  • MEAN Stack Front To Back [Part 6] - Register Component, Validation & Flash Messages

    MEAN Stack Front To Back [Part 6] - Register Component, Validation & Flash Messages

    by Best Webhosting Added 88 Views / 0 Likes

    In this video we will add the homepage markup, create the register form component, create a validation service and implement the Angular2 flash messages module Code Up To This Point: http://www.traversymedia.com/downloads/meanauthapp/meanauthapp_part_6.zip My Courses: http://traversymedia.com/eduonix-courses DONATIONS: Any donation is greatly appreciated.... https://www.paypal.me/traversymedia https://www.patreon.com/traversymedia

  • Full Stack React & Django [5] - Django Token Authentication

    Full Stack React & Django [5] - Django Token Authentication

    by Best Webhosting Added 86 Views / 0 Likes

    In this part we will handle the backend authentication using Knox token authentication. We will create a new acccounts app with serializers, api methods and endpoints Code: https://github.com/bradtraversy/lead_manager_react_django Helpful Links & Tuorials: https://www.django-rest-framework.org https://www.valentinog.com/blog/tutorial-api-django-rest-react/#Django_REST_with_React_Django_and_React_together http://v1k45.com/blog/modern-django-part-1-sett

  • Front End, Back End & Full Stack Web Development

    Front End, Back End & Full Stack Web Development

    by Best Webhosting Added 99 Views / 0 Likes

    In this video we wil discuss the technologies and responsabilities needed to become a front end, back end and full stack web developer. Sponsor: Freelancer Bundle (Use "brad25" for 25% off) https://studywebdevelopment.com/freelancing.html • Become a Patron: Show support & get perks! http://www.patreon.com/traversymedia Website & Udemy Courses http://www.traversymedia.com Follow Traversy Media: https://www.facebook.com/traversymedia https://www.twitter

  • Udemy Course Alert - MERN Stack Front To Back

    Udemy Course Alert - MERN Stack Front To Back

    by Best Webhosting Added 93 Views / 0 Likes

    $9.99 PROMO LINK! https://www.udemy.com/mern-stack-front-to-back/?couponCode=TRAVERSYMEDIA Intro to my latest Udemy course "MERN Stack Front To Back". Build and deploy a social network using Node, Express, React, Redux and MongoDB.

RECOMMENDED WEB HOSTING

FASTCOMET

Fastcomet

HOSTGATOR

HOSTGATOR

BLUEHOST

BLUEHOST

SITEGROUND

SITEGROUND

A2 HOSTING

A2 HOSTING

HOSTINGER

HOSTINGER

DREAMHOST

DREAMHOST

ACCU WEBHOSTING

ACCU WEBHOSTING

MILESWEB

MILESWEB

HOSTPAPA

HOSTPAPA


RSS