Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 656 Bytes

CHANGELOG.md

File metadata and controls

23 lines (15 loc) · 656 Bytes

Changelog

2012-07-15

  • Added UserResponseInterface#getAccessToken() and UserResponseInterface#setAccessToken
  • OAuthToken#getCredentials() returns an empty string to be consistent with the security component. The access token can still be retrieved from the getAccessToken() method

2012-07-06

  • All authentication requests are now redirected to the login path

2012-07-03

  • firewall_name is a required setting

2012-06-28

  • OAuth 1.0a support (linkedin/twitter/generic)
  • [BC break] Configuration type 'generic' is renamed to 'oauth2'
  • [BC break] redirect.xml routing has to be imported. See the setup docs