laravel / passport

Laravel Passport provides OAuth2 server support to Laravel.
https://laravel.com/docs/passport
MIT License
3.28k stars 778 forks source link

Mongodb support #1765

Closed mh97m closed 3 months ago

mh97m commented 3 months ago

I am currently working on a project that uses MongoDB with Laravel. However, I have encountered an issue where Laravel Passport does not support MongoDB out of the box.

To make it work, I have to manually replace the Laravel model usages in the vendor folder of the package with MongoDB models. This is not an ideal solution as it requires manual intervention and complicates the update process.

driesvints commented 3 months ago

Thanks. I'm sorry but MongoDB isn't an official database engine provided by Laravel and we currently have no plans to add one.