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 - Filter improvements

Published by lucadegasperi over 10 years ago

The filter inclusion system has been updated

oauth2-server-laravel - Improved compliance with the OAuth 2 specification

Published by lucadegasperi over 10 years ago

fixed a wrong header returned when checking for the access token validity.

oauth2-server-laravel - Fixed OAuth filters

Published by lucadegasperi over 10 years ago

oauth2-server-laravel - Bugfixing

Published by lucadegasperi almost 11 years ago

Fixing #35 where accessTokenValidation wasn't working.

oauth2-server-laravel - Fluent query fixes

Published by lucadegasperi almost 11 years ago

This release fixes issue #33 where an id different than the one of the client might have been returned by the db query. It also fixes the same problem in other part of the storage interfaces implementations.

oauth2-server-laravel - Security Fixes

Published by lucadegasperi almost 11 years ago

  • Fixes #30 , an issue where wrong IDs might have been returned from the DB.
oauth2-server-laravel - Migrations Improvements

Published by lucadegasperi almost 11 years ago

Improvement in the migration files. Fixes problem with rollback / reset commands

oauth2-server-laravel - Security Improvements

Published by lucadegasperi almost 11 years ago

  • Fixes a major bug in the password grant type callback
oauth2-server-laravel - Client Metadata and fixes

Published by lucadegasperi almost 11 years ago

Now there's a client metadata table to add any number of parameters to a client. Remember to run the new migrations.

oauth2-server-laravel - Documentation and improvements in the access token flow

Published by lucadegasperi almost 11 years ago

oauth2-server-laravel - New artisan command and fixes

Published by lucadegasperi about 11 years ago

oauth2-server-laravel - Adopted PSR-2 syntax

Published by lucadegasperi about 11 years ago

oauth2-server-laravel - First Tag

Published by lucadegasperi about 11 years ago

This release can be considered the starting point for any further development