designmynight / laravel-mongodb-passport

A package to get Laravel Passport working with MongoDB
MIT License
67 stars 75 forks source link

Request for lumen support #10

Closed vaishnavmhetre closed 6 years ago

vaishnavmhetre commented 6 years ago

Its good to know having a reliable support of Passport with MongoDb for Laravel, but I'm in need of this support for Lumen for my build.

StevePorter92 commented 6 years ago

This package should support lumen out the box. What version are you using?

vaishnavmhetre commented 6 years ago

Lumen 5.6. The reason I have requested is, I'm going to use it over an enterprise app, hence concerned about the stability.

StevePorter92 commented 6 years ago

Have you already tried using this package with Lumen 5.6? I can't see any reason why it would not work.

vaishnavmhetre commented 6 years ago

Yes. having no troubles yet. I thought having a deep dive into the source and making it rather official for Lumen would help.

vaishnavmhetre commented 6 years ago

Any official documentation made up for laravel so as to close the issue?

StevePorter92 commented 6 years ago

@vaishnavmhetre this isn't an official Laravel package, so we will be unable to create official Laravel documentation unfortunately.

If you want to write some additional documentation for this package, please feel free to raise a pull request.