Releases: Nodge/yii2-eauth
Releases · Nodge/yii2-eauth
2.5.0
- Fix bug with access token expire time in Facebook service (#102)
- Use the latest Graph Api v2.8 for Facebook
- Using version when making VK API call (#92)
- New authorization and API url for Odnoklassniki service (#73)
- Added Polish translation (#93)
- Added Romanian translation (#94)
2.4.1
- Move response parsing from oauth to base service (#71)
- Get user profile from Steam API (#70)
2.4.0
- Fixed error param names for Facebook (#63)
- Use the latest Graph Api v2.5 for Facebook (#65)
- Fixed
makeRequest
method (#68)
- Added
makeRequest
method to OpenID services
2.3.0
- Added InstagramOAuth2Service (#61)
- Fixed default token lifetime (#53)
- Replace array() with
- Remove deprecated Google OpenID service (#56)
- Remove deprecated Yandex OpenID service
2.2.4
- Fixed typo in
oauth2/Service.php
(#34)
- Added German translation
- Added
email
attribute to LinkedinOAuth2Service.php
2.2.3
Added ability to call public api methods (without access token) (#28)