Tag: token

Behind the Scenes of JWTAuth::attempt() in Laravel

Understanding JWTAuth::attempt($credentials) in Laravel If you’re working with Laravel and using the Tymon JWTAuth package…

 Posted in JWTAuth, Laravel Tagged , , , ,

Laravel Sanctum: Create a token

In Laravel Sanctum, you can create a token for a user through various authentication mechanisms….

 Posted in PHP Tagged , , , ,
Lumen

Lumen Passport Logout

If you are using LumenPassport (that is based on Laravel Passport) for user authentication, you…

 Posted in Lumen Tagged , , , , , ,