Sorry, this video is only available to Pro accounts.

Upgrade your account to get access to all content.

Laravel and JWT

Created on July 26th, 2017

In this video you will learn how to use JWT to authenticate your users. The standard way of doing authentication through Laravel is by using sessions and cookies. When you are working with an API or want to build a mobile application, you will probably want to authenticate your users using JWT. In this video we'll show you just how to do that.

Here is the package that is used in the video: https://github.com/tymondesigns/jwt-auth

Comments (0)