Skip to content

Releases: SocialConnect/auth

Release 2.2.0

28 Jun 11:59
@ovr ovr
2.2.0
4c12634
Compare
Choose a tag to compare

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!

28 Jun 19:33
@ovr ovr
1.14.0
49628ea
Compare
Choose a tag to compare

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

28 Jun 11:55
@ovr ovr
2.1.2
a4975af
Compare
Choose a tag to compare

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

29 Aug 11:39
@ovr ovr
Compare
Choose a tag to compare

Fix:

  • Avoid "Undefined property" error if picture is not fetched, #77

Thanks @ADmad

Release 1.13.1

29 Aug 11:38
@ovr ovr
Compare
Choose a tag to compare

Fix:

  • Avoid "Undefined property" error if picture is not fetched, #77

Thanks @ADmad

Release 2.1.0

05 Aug 14:17
@ovr ovr
Compare
Choose a tag to compare

Feature

[OAuth2] Provider\Meetup - introduce


Diff: 2.0.0...2.1.0

Big thanks to @heiglandreas 🍰

Release 2.0.0

24 May 17:38
@ovr ovr
Compare
Choose a tag to compare

Breaking changes!

  • PHP 5.x support was dropped
  • AbstractBaseProvider - method getRedirectUri was removed (unused)
  • CollectionFactory - rewrite register 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!

12 May 05:06
@ovr ovr
Compare
Choose a tag to compare

Diff: 1.12.0...1.13.0

[OAuth2] Feature: Wordpress - finished & tested

Release 1.12.0

09 May 11:20
@ovr ovr
Compare
Choose a tag to compare

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!

07 May 02:01
@ovr ovr
Compare
Choose a tag to compare

Diff: 1.11.0...1.11.1

Feature:

[OpenId/Provider] Feature: Steam - simplify regexp in parseUserIdFromIdentity
[OpenId/Provider] Feature: Steam - use HTTPS