Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 713 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 713 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Timeout is configurable via setTimeout method. This addresses issue #94.
  • Add the ability to authenticate using the Resource Owner flow (with or without the Client ID and ClientSecret). This addresses issue #98
  • Add support for HS256, HS512 and HS384 signatures
  • Removed unused calls to $this->getProviderConfigValue("token_endpoint_…
  • PSR 7 usage instead of hard coded PHP superglobals
  • totally changed api and restructure lib

Changed

Removed