- Added
UserResponseInterface#getAccessToken()
andUserResponseInterface#setAccessToken
OAuthToken#getCredentials()
returns an empty string to be consistent with the security component. The access token can still be retrieved from thegetAccessToken()
method
- All authentication requests are now redirected to the login path
firewall_name
is a required setting
- 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