uafrica / oauth-server

OAuth Server
Other
51 stars 51 forks source link

Update to 5.0 #35

Open bobmulder opened 8 years ago

bobmulder commented 8 years ago

ThePHPLeague just released 5.x (https://github.com/thephpleague/oauth2-server/releases/tag/5.0.1). It would be great to update to that version!

dakota commented 8 years ago

Looks like it requires PSR-7 compatible Request/Response objects which CakePHP 3 does not support yet. Should hopefully be in 3.3 though.

bobmulder commented 8 years ago

Good point! Will it be implemented when 3.3 supports PSR-7 compatible Request/Response objects?

dakota commented 8 years ago

Once we've upgraded to 3.3 internally we'll probably take a look :) Unless I get bored and take a look before then.

skie commented 8 years ago

Take a look into https://github.com/markstory/cakephp-spekkoek plugin.

bobmulder commented 8 years ago

Thanks @skie! I like the concept. Would be awesome if implemented in CakePHP!

dakota commented 8 years ago

Spekkoek is just the proof of concept, it is being merged into core piece by piece (https://github.com/cakephp/cakephp/pull/8696)

sukihub commented 7 years ago

Hi :) is there any work being done on this? Would you possibly accept pull requests?

kevinchow commented 6 years ago

My branch is using oAuth2 6.0, if you guys are interested I can submit a pull request. P.S I haven't create any unit test cases yet.

dakota commented 6 years ago

@kevinchow Yes please :)

kevinchow commented 6 years ago

Okay, I will do some clean up before submit the pull request.