DEV Community

Discussion on: Handling user registration and authentication on a laravel API using jwt

Collapse
 
vblanco20 profile image
Valeria Blanco

Hi! Thanks for your information!! It´s very valuable for me, I relatively new in Laravel! I´ve implemented authentication on Laravel using Tymon/jwt, it works fine, but now I need that a user can only be logged in only one device. I read that it is possible with Laravel default authentication, but I don´t find information about how to get this feature with TymonJWT. Do you know if it is possible?