Skip to content

Releases: cultuurnet/Auth

v3.0

23 Apr 12:18
24fb954

Choose a tag to compare

This version is an update so this library works with symfony version 3.

v1.1.0

28 Oct 13:03

Choose a tag to compare

  • Updated dependencies on third party libraries:
    • Guzzle ~3.9
    • Symfony/console ~2.5
  • Added a new CLI command token
  • Introduced 2 new classes Command\CommandLineServiceFactory and Command\AuthServiceFactory responsible for instantiating oauth service objects suitable for the CLI, handling common command line options like --debug
  • The strategy used to convert multi-value URL query parameters into a string (see Guzzle 3 documentation) is now being set correctly, so code building upon this library does not have to set it any more.
  • Fix the OAuth signature base string in case multi-value query parameters were used.

v1.0.0

28 Oct 13:02

Choose a tag to compare

Resolve tilde to home directory