Skip to content

Latest commit

 

History

History
executable file
·
36 lines (24 loc) · 726 Bytes

CHANGELOG.md

File metadata and controls

executable file
·
36 lines (24 loc) · 726 Bytes

Authier Changelog

4.0.0

  • Fixing errors
  • Code improvements related to scope checking

3.0.0

  • dropped support for old versions of Authier
  • added PKCE support for authorization code
  • dropped password code flow

2.0.1

  • new way of handling flows
  • 100% unit test coverage
  • dropped support for old versions of Authier
  • dropped findClient method usage
  • new assignature of flows

1.0.7

  • fixing several bugs
  • added new fields

1.0.1

  • New fields added to AuthFlow Class.
  • New field added to Authorization Code Flow Class
  • Fixed issue on returning getProperties on Authorization Code Flow and Password Flow
  • Improved documentation

1.0.0

  • First version release published.