zivot / laravel-mongodb-passport
Laravel Passport provides OAuth2 server support to Laravel and MongoDB using jenssegers/laravel-mongodb.
v0.0.3
2020-10-11 04:17 UTC
Requires
- php: ^7.3
- ext-json: *
- firebase/php-jwt: ^5.0
- illuminate/auth: ^8.2
- illuminate/console: ^8.2
- illuminate/container: ^8.2
- illuminate/contracts: ^8.2
- illuminate/cookie: ^8.2
- illuminate/database: ^8.2
- illuminate/encryption: ^8.2
- illuminate/http: ^8.2
- illuminate/support: ^8.2
- jenssegers/mongodb: ^3.8
- league/oauth2-server: ^8.1
- nyholm/psr7: ^1.3
- phpseclib/phpseclib: ^2.0
- symfony/psr-http-message-bridge: ^2.0
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.3
This package is auto-updated.
Last update: 2025-05-11 14:26:51 UTC
README
Introduction
Laravel Passport is an OAuth2 server and API authentication package, simple and enjoyable to use.
This is a new brand MongoDB compatible version without the intention of supplanting the original version.
Official Documentation
Documentation for original Passport package can be found on the Laravel website.
Contributing
Thank you for considering contributing to Passport!
Security Vulnerabilities
Please review the official security policy on how to report security vulnerabilities.
License
Laravel Passport (original) and this version are open-sourced software licensed under the MIT license.