yusuf128's avatar

Lumen passport

How can I logged on multiple devices with same credential

0 likes
1 reply
bobbybouwmann's avatar
Level 88

Currently this is not possible within Passport by default. You would need to override the creation of the access token yourself to make this work. Right now whenever you login it invalides all other access tokens by default. So if you want to change that you have to override that class. However it's done pretty deep into passport, so you might need to override more than one class.

Please or to participate in this conversation.