Skip to content

Releases: lucadegasperi/oauth2-server-laravel

Filter improvements

23 May 13:58
Compare
Choose a tag to compare

The filter inclusion system has been updated

Improved compliance with the OAuth 2 specification

26 Mar 12:57
Compare
Choose a tag to compare

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

Fixed OAuth filters

05 Mar 22:05
Compare
Choose a tag to compare
1.0.6

5.6 ninja testing

Bugfixing

13 Dec 16:45
Compare
Choose a tag to compare

Fixing #35 where accessTokenValidation wasn't working.

Fluent query fixes

11 Dec 09:40
Compare
Choose a tag to compare

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.

Security Fixes

09 Dec 11:01
Compare
Choose a tag to compare
  • Fixes #30 , an issue where wrong IDs might have been returned from the DB.

Migrations Improvements

05 Dec 15:32
Compare
Choose a tag to compare

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

Security Improvements

21 Nov 15:36
Compare
Choose a tag to compare
  • Fixes a major bug in the password grant type callback

Client Metadata and fixes

19 Nov 10:29
Compare
Choose a tag to compare

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

Documentation and improvements in the access token flow

28 Oct 14:56
Compare
Choose a tag to compare
0.9.3

Merge branch 'master' of github.com:lucadegasperi/oauth2-server-laravel