Full Stack Vue.js and Laravel - Part - 2 ( Token Based Authentication )

preview_player
Показать описание
Video explains about below steps:
2.In this auth package create functions like setToken, getToken, isAuthenticated, destroyToken etc.
3.When we call passport route auth/token and enter email and password , then we will store this token in local storage .
4.With help of used token we can apply authentication check for profile page .
5.Create profile component and compile your code.
6.That is all you have to do.
Рекомендации по теме
Комментарии
Автор

How do I change the password by sending the token to email and in the link I update the password?

ElytonSM