Miscellaneous
- add explicit null to nullable types for PHP 8.4 (#1075)
Unclaimed project
Are you a maintainer of oauth2-server-php? Claim this project to take control of your public changelog and roadmap.
Changelog
A library for implementing an OAuth2 Server in php
Add support for PKCE (#1045) - @hkalina
Two fields were added to the storage classes, code_challenge and code_challenge_method. You will need to update your databases to have these columns, or you will get an error when you upgrade.