danielburger1337 / oauth2-pkce
Create/Verify OAuth2 PKCE code challenges.
v1.0.0
2024-03-05 11:19 UTC
Requires
- php: ^8.2
- spomky-labs/base64url: ^2.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.51.0
- phpstan/phpstan: ^1.10.59
- phpunit/phpunit: ^11.0.4
This package is auto-updated.
Last update: 2024-11-05 12:36:05 UTC
README
danielburger1337/oauth2-pkce
A PHP 8.2+ library that helps you both create and/or verify OAuth2 PKCE challenges.
Install
This library is PSR-4 compatible and can be installed via PHP's dependency manager Composer.
composer require danielburger1337/oauth2-pkce
Documentation
You can find the documentation here.
Running Tests Locally
This library is fully unit tested. It also uses strict static analysis to minimize the possibility of unexpected runtime errors.
composer install vendor/bin/php-cs-fixer fix vendor/bin/phpstan vendor/bin/phpunit
License
This software is available under the MIT license.