Releases: SocialConnect/auth
Releases · SocialConnect/auth
Release 2.2.0
Feature:
- Implement
Session/Dummy
, refs #74 - [OAuth1] Introduce
Provider\Trello
- [OAuth1] Introduce auth option to pass parameters to the Provider
- [OAuth2] Provider/Facebook - migrate to 3.3
- [OAuth2] Provider/Vk - migrate to 5.100
- [OAuth2] Provider/Google - support identity.fields
Fix:
- [OAuth2] Fix: Provider/Vk - hydrate screen_name to username
Diff: 2.1.2...2.2.0
Release 1.14.0, last version for 1.x branch!
1.x branch is deprecated, this is the last release for it, please consider migration to 2.x!
Feature:
- Implement Session/Dummy, refs #74
Fix:
[OAuth2] Provider/Facebook - migrate to 3.3
[OAuth2] Provider/Vk - migrate to 5.100
[OAuth2] Feature: Provider\GitHub - hydrate name to User->fullname
[OAuth2] Fix: Provider/Vk - hydrate screen_name to username
Diff: 1.13.1...1.14.0
Release 2.1.2
Fix:
- [OAuth2] Fix: True stateless support (tested)
Feature:
- Start testing with PHP 7.3
- [OAuth2] Feature: Improve messages for Exceptions
Diff: 2.1.1...2.1.2
Release 2.1.1
Release 1.13.1
Release 2.1.0
Release 2.0.0
Breaking changes!
- PHP 5.x support was dropped
AbstractBaseProvider
- methodgetRedirectUri
was removed (unused)CollectionFactory
- rewriteregister
method
Features:
Hardcoded return URL #57
Now, It's possible to use any redirectUri
because we use provider as template literal
http://localhost:8000/auth/cb/${provider}/
Support stateless option for OAuth2
providers, implement #58
'options' => [
'stateless' => true
]
Additional auth url parameters, implement #67
'options' => [
'auth.parameters' => [
'hd' => 'domain.tld',
]
]
LinkedIn - picture
field was removed, please use pictureURL
Diff: 1.13.0...2.0.0
Release 1.13.0 - Wordpress implemented!
Diff: 1.12.0...1.13.0
[OAuth2] Feature: Wordpress - finished & tested
Release 1.12.0
Diff: 1.11.1...1.12.0
Feature:
- [OAuth2] Feature: MailRU - use HTTPs for API requests
- [OAuth2] Feature: LinkedIn - hydrate pictureURL
- [OAuth2] Feature: Odnoklassniki - hydrate pictureURL
Release 1.11.1 - OpenID/Provider/Steam - fixed!
Diff: 1.11.0...1.11.1
Feature:
[OpenId/Provider] Feature: Steam - simplify regexp in parseUserIdFromIdentity
[OpenId/Provider] Feature: Steam - use HTTPS