Skip to content

Releases: lucadegasperi/oauth2-server-laravel

5.0.0

06 Aug 14:51
Compare
Choose a tag to compare
  • Added middlewares
  • Added changelog
  • Added PHP CS Fixer file
  • Added StyleCI support
  • Updated and simplified migrations
  • Updated project structure
  • Updated contribution guidelines
  • Removed deprecated filters

Constrain to L5.0 L5.1 releases

20 May 07:15
Compare
Choose a tag to compare
Merge pull request #400 from mvdstam/revert-399-patch-1

Revert "Relaxing version constraints for illuminate"

L5.1 Support

19 May 08:59
Compare
Choose a tag to compare
  • Relaxed the composer.json file to allow L5.1 support

First tag following league/oauth2-server version 4.0.0

22 Apr 13:07
Compare
Choose a tag to compare

Changelog

  • Laravel 5.0.* support
  • Removed create-client command

Method Sinature Bugfix

08 Feb 17:36
Compare
Choose a tag to compare

The getScope method signature was used in the wrong way.

Typo Fix

23 Nov 13:23
Compare
Choose a tag to compare

I can't even write JSON properly.

3.0.0

23 Nov 13:21
Compare
Choose a tag to compare

This release is a major rewrite of the package.
It now supports:
league/oauth2-server 4.0.x, PHP 5.4+
and it's built specifically to support Laravel 4.2.

This release breaks compatibility with the previous versions of this library. Do not blindly upgrade.

Moving Branches

10 Oct 16:57
Compare
Choose a tag to compare

No big changes, only reorganizing the repo

Spec conformance.

03 Sep 08:56
Compare
Choose a tag to compare

Fixes a bug where the error message isn't formatted according to the oauth spec.

Some improvements

01 Jun 14:37
Compare
Choose a tag to compare

Solved some issues when choosing a different PDO fetch method.