Skip to content

Releases: tpavlek/oauth2-bnet

Fixed an error where checkResponse could not handle arrays

17 Apr 18:14
Compare
Choose a tag to compare

Added region support to the Base Provider

15 Jan 00:29
Compare
Choose a tag to compare

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

29 Sep 02:01
Compare
Choose a tag to compare
5.0.0

Enhanced TheJaydox's changes with some inheritence

Compatible with v1.0.0 of oauth2-client

20 Aug 22:08
Compare
Choose a tag to compare

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

28 May 15:53
Compare
Choose a tag to compare

The BattleNetUser class now retrieves portraits via URL solving #3

Updated dependencies and class refactorings

20 May 18:35
Compare
Choose a tag to compare

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

26 Feb 23:18
Compare
Choose a tag to compare

Laravel 5 Integration

26 Feb 21:48
Compare
Choose a tag to compare

The package now integrates with Laravel 5 out of the box.

Fixes bug with stdclass being treated as array

12 Jan 22:07
Compare
Choose a tag to compare
1.1.2

Updated BnetUser to cast stdClass objects to array

Added laravel integration

27 Nov 23:44
Compare
Choose a tag to compare
1.1.1

Added laravel integration