yayasanvitka / azure-client-credentials
Simple Azure OAuth2 Client Credentials
v2.1.0
2024-10-01 07:20 UTC
Requires
- php: ^8.0 || ^8.1 || ^8.2
- ext-json: *
- guzzlehttp/guzzle: ^7.0
- illuminate/support: ^8.0 || ^9.0 || ^10.0 || ^11.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.1
- orchestra/testbench: ^6.20
- pestphp/pest: ^1.20
- phpunit/phpunit: ^9.5
README
About
This package does OAuth2 Client credentials grant with Microsoft Azure OAuth2 backend. Client Credentials Grant is used to authorize application when calling API on another application. For more information, please visit Microsoft OAuth2 Client Credentials Grant Documentation.
Documentation, Installation, and Usage Instructions
Installation
composer require yayasanvitka/azure-client-credentials
Documentation
WIP
Changelog
Please see CHANGELOG for more information.
Security
If you discover any security-related issues, please email adly@yayasanvitka.id instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.