sfelix-martins / passport-multiauth

Add support to multi-authentication to Laravel Passport
MIT License
288 stars 51 forks source link

Token generated for admin can be used for users #100

Closed skid06 closed 5 years ago

skid06 commented 5 years ago

I can set the access token for user in localstorage using the generated access token for admin and the actual issue is, i'm authenticated to go to user api protected guard. do you have any fix for this?

skid06 commented 5 years ago

i'm also using the latest version. i just downloaded it the other day. thank you