Skip to content

Releases: Bokbasen/php-sdk-auth

v3.0.1

07 Dec 19:28
f1dc8a1
Compare
Choose a tag to compare
Allow psr/cache v2 and v3

v3.0.0

05 Dec 12:41
fc10f24
Compare
Choose a tag to compare
Allow PSR 2 and 3

v2.0.3

29 Nov 12:23
Compare
Choose a tag to compare
Allow httplug v2

v2.0.2

29 Nov 12:18
Compare
Choose a tag to compare
Bump dependency

Bug fix

17 Jul 16:08
Compare
Choose a tag to compare
  • Fixed bug causing fatal error if logger was missing

New constructor signature, PSR-3 logging

28 Nov 14:48
Compare
Choose a tag to compare
  • Standardised order of constructor parameters across SDKs, breaking change from v1.x
  • Added support for PSR-3 logging interface

v1.1.1

14 Oct 12:06
Compare
Choose a tag to compare
  • Refactored shared HTTP components into separate package
  • Added lazy "loading" of HTTP request to login server
  • Adde support for re-authentication and general method to check if a reauth should be attempted

v1.1.0

12 Oct 14:17
Compare
Choose a tag to compare
  • Refactored HTTP messages to use PSR-7 messages
  • Refactored client and removed hard dependency on guzzle (replaced by HTTPlug)
  • Separated tests into unit and integration tests

Initial release

11 Oct 09:16
Compare
Choose a tag to compare
  • Supports authentication against Bokbasen's API auth server
  • Supports caching of TGT using PSR-6 caching interfaces
  • Supports advanced HTTP options supported by the Guzzle HTTP client
  • Can be used independently, or combined with other Bokbasen PHP SDKs