- Added support for a
target_path_parameterin order to control the redirect path after login
- Added
UserResponseInterface#getRealName()method, also a new default pathrealnamewas added, this path holds the real name of user - Added
UserResponseInterface#getNickName()method, also a new default pathnicknamewas added, this path holds the nickname of user - [BC break] Renamed path
usernametoidentifierto make it more clear that this path should hold the unique user identifier (previouslyusername) - [BC break] Method
UserResponseInterface#getUsername()now always returns a real unique user identifier, and uses pathidentifier - [BC break]
OAuth1RequestTokenStorageInterface#save()second param$tokenmust now be an array
- 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_nameis a required setting
- OAuth 1.0a support (linkedin/twitter/generic)
- [BC break] Configuration type 'generic' is renamed to 'oauth2'
- [BC break]
redirect.xmlrouting has to be imported. See the setup docs