oauth2-server-laravel

An OAuth 2.0 bridge for Laravel and Lumen [DEPRECATED FOR LARAVEL 5.3+]

MIT License

Downloads
2.1M
Stars
2.4K
Committers
53

Bot releases are visible (Hide)

oauth2-server-laravel - 5.2.1 Latest Release

Published by lucadegasperi over 7 years ago

Added basic support for L5.4 in the composer.json file.

oauth2-server-laravel - 5.2.0

Published by vinkla about 8 years ago

  • Add Laravel 5.3 support
oauth2-server-laravel - 5.1.4

Published by vinkla over 8 years ago

  • Fix bug in middleware
oauth2-server-laravel - 5.1.3

Published by vinkla almost 9 years ago

  • Fix Lumen 5.2 support
oauth2-server-laravel - 5.1.2

Published by vinkla almost 9 years ago

  • Fix Lumen 5.2 support bug
oauth2-server-laravel - 5.1.1

Published by vinkla almost 9 years ago

  • Fix Laravel 5.2 support bug
oauth2-server-laravel - 5.1.0

Published by vinkla almost 9 years ago

  • Added Laravel 5.2 support
oauth2-server-laravel - 5.0.3

Published by vinkla almost 9 years ago

  • Added new access token exception
oauth2-server-laravel - 5.0.2

Published by vinkla about 9 years ago

  • Improved Lumen support
oauth2-server-laravel - 5.0.1

Published by vinkla about 9 years ago

  • Added middleware registration
oauth2-server-laravel - 5.0.0

Published by vinkla about 9 years ago

  • 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
oauth2-server-laravel - Constrain to L5.0 L5.1 releases

Published by lucadegasperi over 9 years ago

oauth2-server-laravel - L5.1 Support

Published by lucadegasperi over 9 years ago

  • Relaxed the composer.json file to allow L5.1 support
oauth2-server-laravel - First tag following league/oauth2-server version 4.0.0

Published by lucadegasperi over 9 years ago

Changelog

  • Laravel 5.0.* support
  • Removed create-client command
oauth2-server-laravel - Method Sinature Bugfix

Published by lucadegasperi over 9 years ago

The getScope method signature was used in the wrong way.

oauth2-server-laravel - Typo Fix

Published by lucadegasperi almost 10 years ago

I can't even write JSON properly.

oauth2-server-laravel - 3.0.0

Published by lucadegasperi almost 10 years ago

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.

oauth2-server-laravel - Moving Branches

Published by lucadegasperi about 10 years ago

No big changes, only reorganizing the repo

oauth2-server-laravel - Spec conformance.

Published by lucadegasperi about 10 years ago

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

oauth2-server-laravel - Some improvements

Published by lucadegasperi over 10 years ago

Solved some issues when choosing a different PDO fetch method.