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.