dusterio / lumen-passport

Making Laravel Passport work with Lumen
MIT License
655 stars 139 forks source link

Using as passport grant #121

Closed patilhiral closed 2 years ago

patilhiral commented 4 years ago

Hi...I am using this package in microservices.I have 5 different microservice and one gateway to access all the microservice.I have installed the package in gateway, but my gateway does not have any user model.My User module lies in my one of my microservice.If my oauth is installed in gateway how do I use HasApitoken there?How do I verify my token for every user logged in?