Releases: tpavlek/oauth2-bnet
Releases · tpavlek/oauth2-bnet
Fixed an error where checkResponse could not handle arrays
Thanks to @andrecastelo for the pull fixing this bug!
Added region support to the Base Provider
Regions on the URLs in the BattleNet Provider slipped through the cracks, they have been up date in line with the other Providers.
WoW Support Added
5.0.0 Enhanced TheJaydox's changes with some inheritence
Compatible with v1.0.0 of oauth2-client
This release brings this package up to date with the version 1 release of oauth2-client.
- The BattleNetUser class now implements ResourceOwnerInterface
- The BattleNet provider class uses the new method signatures for interacting with the AbstractProvider
Portrait URLs enabled
The BattleNetUser class now retrieves portraits via URL solving #3
Updated dependencies and class refactorings
The package has been updated to use the newest oauth2-client package.
A single integrated test has been added to quickly check if the package works. Included a default SSL certificate for use with the BNET api.
Merges configuration from package config
2.0.1 Added mergeconfig
Laravel 5 Integration
The package now integrates with Laravel 5 out of the box.
Fixes bug with stdclass being treated as array
1.1.2 Updated BnetUser to cast stdClass objects to array
Added laravel integration
1.1.1 Added laravel integration