index
:
OAuth2/oauth2-server-php.git
add-coveralls-support
develop
main
php5.2-develop
psr-7
v2.x
version-1.14.2
A library for implementing an OAuth2 Server in php (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-26
Update readme file to reflect new getSupportedScopes API
Adam Zimmerman
1
-1
/
+1
2013-02-26
Let the application determine allowed scopes based on client
Adam Zimmerman
5
-8
/
+11
2013-02-20
Storage\Mongo tests
Julien Chaumond
3
-5
/
+40
2013-02-20
Travis: add MongoDB support
Julien Chaumond
1
-1
/
+7
2013-02-20
Merge pull request #64 from julien-c/develop
Brent Shaffer
2
-1
/
+248
2013-02-20
Make Mongo collection helper function protected
Julien Chaumond
1
-1
/
+1
2013-02-20
Implement MongoDB storage class stub
Julien Chaumond
1
-0
/
+247
2013-02-20
Remove redundancy in setUser example implementation
Julien Chaumond
1
-1
/
+1
2013-02-09
Create LICENSE
Brent Shaffer
1
-0
/
+21
2013-02-03
fixing travis ci for php5.2
Brent Shaffer
1
-0
/
+5
2013-02-03
adding HttpBasic client assertion type
Brent Shaffer
1
-0
/
+87
2013-02-03
adds HttpBasic ClientAssertionType, refactors GrantController to match this
Brent Shaffer
4
-95
/
+29
2013-02-02
fixes #63 - updates all drafts to RFCs where applicable
Brent Shaffer
18
-44
/
+44
2013-01-29
addresses #50 - adds better testing
Brent Shaffer
2
-8
/
+60
2013-01-29
Merge pull request #61 from dazz/bugfix/Continue
Brent Shaffer
1
-1
/
+1
2013-01-29
fixes #60 - allows scope to be passed in either request or query
Brent Shaffer
1
-1
/
+2
2013-01-29
removed the continue as it was from the foreach before
dazz
1
-1
/
+1
2013-01-29
updates composer in README to use latest tag
Brent Shaffer
1
-1
/
+4
2013-01-29
adds explanation of doctrine scope example
Brent Shaffer
1
-0
/
+15
2013-01-29
fixes readme indent
Brent Shaffer
1
-7
/
+7
2013-01-29
after a more careful reading of the spec (and modeling github api), removes d...
Brent Shaffer
5
-11
/
+43
2013-01-29
Merge branch 'develop' of github.com:bshaffer/oauth2-server-php into develop
Brent Shaffer
2
-14
/
+11
2013-01-29
Merge branch 'add-scope-storage' into develop
Brent Shaffer
15
-37
/
+278
2013-01-29
Merge pull request #55 from F21/master
Brent Shaffer
2
-15
/
+12
2013-01-29
Updated JWT Bearer to check jwt->decode() for false instead of trying to catc...
Francis Chuang
1
-10
/
+7
2013-01-29
renames Util_JWT to Encyrption_JWT to be explicit
Brent Shaffer
3
-6
/
+6
2013-01-29
renames OAuth2_Util_Scope to OAuth2_Scope for cleaner and less annoying class...
Brent Shaffer
6
-13
/
+13
2013-01-29
adds full support for scope customization and docs to boot
Brent Shaffer
12
-28
/
+269
2013-01-29
JWT's decode() now returns false instead of throwing exceptions.
Francis Chuang
1
-5
/
+5
2013-01-29
updates docs at the top of all storage files
Brent Shaffer
9
-23
/
+46
2013-01-28
Merge pull request #49 from F21/master
Brent Shaffer
1
-5
/
+25
2013-01-28
addresses #54 - adds tests for Server class
Brent Shaffer
3
-28
/
+167
2013-01-28
Merge branch 'develop' of github.com:bshaffer/oauth2-server-php into develop
Brent Shaffer
1
-1
/
+1
2013-01-28
Revert "Updated creating an instance of the GrantedController to not force th...
Brent Shaffer
1
-1
/
+1
2013-01-28
Merge pull request #53 from sbonami/patch-1
Brent Shaffer
1
-1
/
+1
2013-01-27
Update src/OAuth2/Autoloader.php
sbonami
1
-1
/
+1
2013-01-26
resolves conflicts from merging - not sure why these conflicts occurred
Brent Shaffer
3
-13
/
+17
2013-01-26
fixes #47 - enforces post on all grant types, updates tests for this
Brent Shaffer
9
-133
/
+173
2013-01-26
Added assertArrayHasKey.
Stefan Axelsson
1
-0
/
+25
2013-01-26
PHP 5.3.3 and below does not support openssl.
Francis Chuang
1
-1
/
+1
2013-01-26
Fixed PHP version check in JWT Bearer Test.
Francis Chuang
1
-2
/
+1
2013-01-26
Updated JWT bearer tests so that PHP 5.2 uses just the SHA-256 algorithm sinc...
Francis Chuang
2
-1
/
+27
2013-01-26
Changed constant OPENSSL_ALGO_SHA256 to string 'sha256' to maintain backwards...
Francis Chuang
1
-2
/
+2
2013-01-26
adds support for application/json contentTypes
Brent Shaffer
1
-0
/
+5
2013-01-26
Various fixes to PdoTest
Stefan Axelsson
2
-27
/
+53
2013-01-26
Updated test public/private keys to correct format to prevent "openssl_sign()...
Francis Chuang
2
-3
/
+32
2013-01-26
Removed setJWT() as it does not provide any useful functionality and added va...
Francis Chuang
1
-10
/
+6
2013-01-26
Updated JWT tests so that test data is passed in via POST and not GET.
Francis Chuang
1
-21
/
+21
2013-01-26
JWT grant type should take all parameters using POST, not GET.
Francis Chuang
1
-3
/
+3
2013-01-26
Updated creating an instance of the GrantedController to not force the client...
Francis Chuang
1
-1
/
+1
[prev]
[next]