Skip to content

Releases: Phauthentic/authentication

3.0.0 Release Candidate 1

17 Mar 01:06
0458234
Compare
Choose a tag to compare
  • 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

26 Apr 20:00
02daf02
Compare
Choose a tag to compare

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

13 Sep 08:44
9eedd61
Compare
Choose a tag to compare
1.1.1

Adding the JWT example to the documentation overview

Adding another PDO Resolver

03 Sep 15:29
a4d2d36
Compare
Choose a tag to compare

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

20 Dec 12:30
5dd9692
Compare
Choose a tag to compare

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

04 Oct 13:03
6b16fc4
Compare
Choose a tag to compare
First beta release Pre-release
Pre-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.