Laravel JWT Authorization - Tutorial for beginners

preview_player
Показать описание
Hi, and in this tutorial we will create a simple Laravel application that will use a JWT token for authorization. Also, we will see how all this stuff is configured and we will use the "jwt-auth" library to use JWT in the app.

JWT (JSON Web Token) is a secure and compact way to exchange information between web services and apps. It's commonly used for user authentication and data sharing, making web applications more efficient and secure.

#jwt #laravel #tutorial #jwtauth
Рекомендации по теме
Комментарии
Автор

I was still able to fetch my info from the `\user` endpoint even after logging out

devdivine__
Автор

Thanx a lot for this guide! Fluent english from russian spell that's what i neeeed, man "]

prslswk
Автор

how to use this jwt in laravel project with mongodb?

elgflyg
Автор

What if I don't use a refresh token and only use generate new token ?

NitishKumarPatra
Автор

thanks, now how can we resolve login redirect and how can we use refresh token?

hadirahmani