Releases: Phauthentic/authentication
3.0.0 Release Candidate 1
- Dropped PHP7 support.
- Dropped Firebase JWT PHP library support for <= than version 5 for security reasons.
- Minor code quality improvements.
2.0.0 - php 7.4 and php 8 + phpstan level 8
Changes
- Added Github Actions
- Added a test run for PHP 8
- Refactored Scrutinizer CI Config
- PHP 7.4 type hints
- Dropped support for older PHP versions
- phpstan level 8
Backward compatibility
Except the highter php version the library should be backward compatible.
Just some documentation improvements for JWT
1.1.1 Adding the JWT example to the documentation overview
Adding another PDO Resolver
There was already the PdoStatementResolver, which took a PDOStatement object. Now there is another called just PdoResolver, that takes a PDO instance and a SQL string to build the statement object internally. Consider it a convenience feature. :)
1.0.0 - Release time
Since some other people have used this library by now and we haven't encountered any more stoppers in our projects using this library, we've decided to tag 1.0.0.
If you encounter any issues please create an issue ticket here on Github and we'll fix it. 😃
First beta release
We consider this as something you could start using but because we want to be careful we'll do a beta release and probably very soon a release candidate based on the feedback and experience we get with this release.