zf-fr / zfr-oauth2-server

PHP library for creating an OAuth 2 server (currently proof of concept)
BSD 3-Clause "New" or "Revised" License
36 stars 13 forks source link

PSR-7 compatibility docs #34

Closed ojhaujjwal closed 9 years ago

ojhaujjwal commented 9 years ago

Not enough docs but something is better than nothing.

bakura10 commented 9 years ago

Can you check why travis is failing?

ojhaujjwal commented 9 years ago

1) ZfrOAuth2Test\Server\Grant\AuthorizationGrantTest::testCanCreateTokenResponse with data set #0 (true) Failed asserting that 3599 matches expected 3600.

bakura10 commented 9 years ago

Ha I see... I'll need to find a better way for this test as it can randomly fails.

ojhaujjwal commented 9 years ago

I agree.