dusterio / lumen-passport

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

I want to understand the body of all requests in lumen-passport. #62

Closed s1728k closed 2 years ago

s1728k commented 6 years ago

hi,

I am confusing lumen-passport with laravel passport. please add post/update body in the documentation for all routes.

thanks Sunil Kumar T

dusterio commented 6 years ago

Hi Sunil,

But Lumen Passport is in fact built on top of Laravel Passport, it's an extension so the request/response formats are the same?

s1728k commented 6 years ago

hi,

In laravel there is separate route for authorize. and route for refresh and request token is same. but here the refresh and request token routes are different.

There is some confusion.

documentation will help in this matter.

thanks Sunil Kumar T