icm-services / laravel-passport-mongodb
Laravel Passport 为 Laravel 提供OAuth2服务器支持。
11.0.2
2024-09-12 13:42 UTC
Requires
- php: >=8.0.1
- firebase/php-jwt: 6.2.0
- guzzlehttp/guzzle: ^7.4.5
- illuminate/auth: 11.*
- illuminate/console: 11.*
- illuminate/container: 11.*
- illuminate/contracts: 11.*
- illuminate/database: 11.*
- illuminate/encryption: 11.*
- illuminate/http: 11.*
- illuminate/support: 11.*
- laminas/laminas-diactoros: ^2.0
- lcobucci/jwt: ^5.0
- league/oauth2-server: ^8.0
- phpseclib/phpseclib: ^2.0
- symfony/psr-http-message-bridge: ^7.1.4
Requires (Dev)
- mockery/mockery: ~0.9
- phpunit/phpunit: ^8.5
This package is not auto-updated.
Last update: 2024-09-21 17:06:54 UTC
README
#Laravel Passport for MongoDB
简介
Laravel Passport 是一个简单易用的OAuth2服务器和API身份验证包。
使用 mongodb/laravel-mongodb 保存 OAuth 信息。
Laravel Passport 官方文档
Passport 的文档可以在 Laravel 网站 上找到。
许可协议
Laravel Passport 是开源软件,使用 MIT 许可协议 许可。