<feed xmlns='http://www.w3.org/2005/Atom'>
<title>OAuth2/oauth2-server-php.git/src, branch add-coveralls-support</title>
<subtitle>A library for implementing an OAuth2 Server in php (mirror)</subtitle>
<id>https://git.radix-linux.su/OAuth2/oauth2-server-php.git/atom?h=add-coveralls-support</id>
<link rel='self' href='https://git.radix-linux.su/OAuth2/oauth2-server-php.git/atom?h=add-coveralls-support'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/OAuth2/oauth2-server-php.git/'/>
<updated>2015-10-06T21:09:31+00:00</updated>
<entry>
<title>add isPublicClient tests and fixes resulting bugs</title>
<updated>2015-10-06T21:09:31+00:00</updated>
<author>
<name>Brent Shaffer</name>
<email>bshafs@gmail.com</email>
</author>
<published>2015-10-06T21:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/OAuth2/oauth2-server-php.git/commit/?id=9a919d69d3a74f18e1e53bfd205f90065caefa61'/>
<id>urn:sha1:9a919d69d3a74f18e1e53bfd205f90065caefa61</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix bug in isPublicClient of Cassandra-Storage</title>
<updated>2015-10-06T14:11:51+00:00</updated>
<author>
<name>Tobias Gassmann</name>
<email>tobias@gaszmann.de</email>
</author>
<published>2015-10-06T14:11:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/OAuth2/oauth2-server-php.git/commit/?id=05d4da8fdd544c3157d2fdef1b36356d9a09da71'/>
<id>urn:sha1:05d4da8fdd544c3157d2fdef1b36356d9a09da71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow null for client_secret</title>
<updated>2015-09-24T07:03:19+00:00</updated>
<author>
<name>Wilt</name>
<email>wouter_wiltenburg@hotmail.com</email>
</author>
<published>2015-09-24T07:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/OAuth2/oauth2-server-php.git/commit/?id=b88da1e2d6aa8a4fe4211e3ebb6c1ca17d821d07'/>
<id>urn:sha1:b88da1e2d6aa8a4fe4211e3ebb6c1ca17d821d07</id>
<content type='text'>
Changed `client_secret` declaration in schema to allow NULL values</content>
</entry>
<entry>
<title>Passing variables on MongoDB insert</title>
<updated>2015-09-04T12:06:34+00:00</updated>
<author>
<name>Jochen Niebuhr</name>
<email>jochen.niebuhr@gmx.de</email>
</author>
<published>2015-09-04T12:06:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/OAuth2/oauth2-server-php.git/commit/?id=6d8fc0dd73523ab315b8ccee1d6627e587a4687c'/>
<id>urn:sha1:6d8fc0dd73523ab315b8ccee1d6627e587a4687c</id>
<content type='text'>
When running in hhvm passing a value as reference will result in a fatal error.</content>
</entry>
<entry>
<title>resolves conflicts for firebase encryption class</title>
<updated>2015-08-27T18:26:58+00:00</updated>
<author>
<name>Brent Shaffer</name>
<email>bshafs@gmail.com</email>
</author>
<published>2015-08-27T18:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/OAuth2/oauth2-server-php.git/commit/?id=571b2a8d0f33f384dbebb04b649d4adedd7fb937'/>
<id>urn:sha1:571b2a8d0f33f384dbebb04b649d4adedd7fb937</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added support for revoking tokens</title>
<updated>2015-08-26T20:38:27+00:00</updated>
<author>
<name>Patrick Hindmarsh</name>
<email>patrick@hindmar.sh</email>
</author>
<published>2015-05-11T01:13:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/OAuth2/oauth2-server-php.git/commit/?id=7e07d7cfdab528f0222b8d64dd96b37af8b5b4a4'/>
<id>urn:sha1:7e07d7cfdab528f0222b8d64dd96b37af8b5b4a4</id>
<content type='text'>
Implementation follows the Draft RFC7009 OAuth 2.0 Token Revocation.

Essentially adds a unsetAccessToken method to all the storage objects, and exposes a revoke endpoint on controllers. The only interesting thing is the ResponseType\AccessToken::revokeToken() method which has to check all token types if the specified type doesn't exist.

Maintains BC with v1.x by commenting out the AccessToken interface methods, and annotated an @todo to implement these in 2.x. Throws a \RuntimeException if storage/response objects don't support the interface
</content>
</entry>
<entry>
<title>Remove extra semicolon</title>
<updated>2015-07-14T02:42:03+00:00</updated>
<author>
<name>Adrien Crivelli</name>
<email>adrien.crivelli@gmail.com</email>
</author>
<published>2015-07-14T02:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/OAuth2/oauth2-server-php.git/commit/?id=72258c7ca3975ff24499c7c8a6ee2f5dc612c0b6'/>
<id>urn:sha1:72258c7ca3975ff24499c7c8a6ee2f5dc612c0b6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes issue where full product page is ajaxed into a product detail page. Product page inception, bro</title>
<updated>2015-05-26T14:09:49+00:00</updated>
<author>
<name>Q</name>
<email>quintonparker@gmail.com</email>
</author>
<published>2015-05-15T13:25:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/OAuth2/oauth2-server-php.git/commit/?id=d00a4002f11157b9198a5e5dca077a7d0fb58302'/>
<id>urn:sha1:d00a4002f11157b9198a5e5dca077a7d0fb58302</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #593 from bshaffer/php-cs-fixer</title>
<updated>2015-05-21T20:06:40+00:00</updated>
<author>
<name>Brent Shaffer</name>
<email>bshafs@gmail.com</email>
</author>
<published>2015-05-21T20:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/OAuth2/oauth2-server-php.git/commit/?id=5b60a3d2130ebe5ad055c10fd1b6f671f43191a1'/>
<id>urn:sha1:5b60a3d2130ebe5ad055c10fd1b6f671f43191a1</id>
<content type='text'>
runs php-cs-fixer</content>
</entry>
<entry>
<title>fixes #591 - adds jti</title>
<updated>2015-05-21T17:15:20+00:00</updated>
<author>
<name>Brent Shaffer</name>
<email>bshafs@gmail.com</email>
</author>
<published>2015-05-21T17:15:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/OAuth2/oauth2-server-php.git/commit/?id=4aceb7cb587056a7d126613df79d9cda16da0f97'/>
<id>urn:sha1:4aceb7cb587056a7d126613df79d9cda16da0f97</id>
<content type='text'>
</content>
</entry>
</feed>
