dusterio / lumen-passport

Making Laravel Passport work with Lumen
MIT License
654 stars 141 forks source link

Rotes and parameters #46

Closed henriqueweiand closed 7 years ago

henriqueweiand commented 7 years ago

Could you explain how to use the necessary routes and parameters?

DCdeBrabander commented 7 years ago

You have to choose yourself how you implement the given functionalities. There is an overview of available token routes in the readme of this package.

I personally put a AuthController and middleware between the requester and the needed functionalities. My AuthController uses Guzzle Client to request the given routes for fetching or authenticating.

You should check closed issues. Some people, including me, have talked about this.