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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-05
all GrantType tests pass
Brent Shaffer
4
-46
/
+57
2013-05-05
BC BREAKING CHANGES - Refactors interfaces for GrantType, ClientAssertionType...
Brent Shaffer
11
-249
/
+309
2013-05-05
moves private method to bottom
Brent Shaffer
1
-44
/
+44
2013-05-05
adds typehinting for getJWTData
Brent Shaffer
1
-1
/
+1
2013-05-05
refactors scope validation and adds scope testing for all grant types
Brent Shaffer
8
-33
/
+45
2013-05-05
addresses #88 - 'FromRequest' does not really make sense, as there are multip...
Brent Shaffer
9
-13
/
+13
2013-05-05
TokenController cleanup
Brent Shaffer
2
-23
/
+25
2013-05-05
addresses #113 - refactors grant types - they are much cleaner and intuitive now
Brent Shaffer
8
-227
/
+103
2013-04-29
Update Server.php
Brent Shaffer
1
-4
/
+0
2013-04-29
Merge pull request #112 from rjmackay/develop
Brent Shaffer
3
-22
/
+32
2013-04-29
Merge pull request #109 from bojanz/unbounded_scopes
Brent Shaffer
5
-38
/
+30
2013-04-29
Fix undefined index 'client_id' errors in OAuth2_Server_Authorize_* Tests
Robbie Mackay
1
-2
/
+2
2013-04-29
Move checkRestrictedGrantType() to ClientInterface
Robbie Mackay
3
-20
/
+20
2013-04-29
Check client's allowed grant types for authorize requests #111
Robbie Mackay
1
-4
/
+14
2013-04-29
Better support for unbounded scopes.
Bojan Zivanovic
5
-38
/
+30
2013-04-28
Change Statuscode 400 to 405 if POST-Request is required
steffkes
1
-1
/
+2
2013-04-24
Update Pdo.php
Brent Shaffer
1
-2
/
+3
2013-04-20
fixes #86 - makes http basic authentication POST check optional and removes G...
Brent Shaffer
2
-11
/
+16
2013-04-16
User details must have a 'user_id' field, to store in token data
Julien Chaumond
1
-1
/
+4
2013-04-16
Use spaces instead of tabs, to be consistent with the rest of the lib.
Julien Chaumond
1
-237
/
+237
2013-04-16
Make OAuth2_Storage_Mongo properties protected
Julien Chaumond
1
-2
/
+2
2013-04-16
Fix MongoDB server string
Julien Chaumond
1
-1
/
+1
2013-04-06
Merge pull request #89 from bojanz/fix-config-references
Brent Shaffer
1
-2
/
+2
2013-04-04
Merge pull request #95 from itsmrwave/develop
Brent Shaffer
1
-2
/
+2
2013-04-03
Place the realm & scope values in ""
King'ori Maina
1
-2
/
+2
2013-04-02
being anal and replacing 'xxx === null' with 'is_null(xxx)'
Brent Shaffer
1
-1
/
+1
2013-04-02
Merge pull request #74 from bojanz/no_error_on_missing_token_param
Brent Shaffer
1
-10
/
+4
2013-04-02
Merge branch 'develop' of http://github.com/bshaffer/oauth2-server-php into d...
Brent Shaffer
1
-1
/
+0
2013-04-02
fixes #90 - sets response property in handleAuthorizeRequest
Brent Shaffer
1
-1
/
+1
2013-04-02
Remove redundant code in getAccessTokenData(), fix token check that is too st...
Bojan Zivanovic
1
-10
/
+4
2013-03-30
Remove duplicated line in Server.php
Bojan Zivanovic
1
-1
/
+0
2013-03-27
adds jwt bearer to default grant types
Brent Shaffer
1
-0
/
+5
2013-03-27
fixes responseType and grantType bugs so they can be explicitly set in constr...
Brent Shaffer
1
-9
/
+37
2013-03-27
fixes merging of parameters in Authorize Controller so that redirect_uri does...
Brent Shaffer
1
-1
/
+1
2013-03-24
Fix incorrect references to config variables.
Bojan Zivanovic
1
-2
/
+2
2013-03-23
resolving pull request #77
Brent Shaffer
7
-63
/
+63
2013-03-23
links to docs for error message
Brent Shaffer
1
-0
/
+1
2013-03-16
fixes #78 - makes db and config protected properties in Pdo storage class
Brent Shaffer
1
-2
/
+2
2013-03-06
Pass the default scope to storage.
Bojan Zivanovic
2
-4
/
+3
2013-03-03
Merge pull request #73 from bojanz/pass_scope
Brent Shaffer
2
-3
/
+3
2013-03-02
Merge pull request #75 from bojanz/get_status_text
Brent Shaffer
1
-0
/
+6
2013-03-02
Add a getter function for the Response status text.
Bojan Zivanovic
1
-0
/
+6
2013-03-02
Rename controllers to match spec (access -> resource, grant -> token).
Bojan Zivanovic
7
-63
/
+63
2013-03-02
Server doesn't pass $scope to getAccessTokenData().
Bojan Zivanovic
2
-3
/
+3
2013-03-02
Make the allow_implicit config check less strict.
Bojan Zivanovic
1
-1
/
+1
2013-03-02
makes client_id an optional parameter to getSupportedScopes - not all applica...
Brent Shaffer
3
-3
/
+3
2013-03-02
fixes #65 - Mongo storage returns false instead of null
Brent Shaffer
1
-4
/
+4
2013-03-02
tweaks to mongo tests
Brent Shaffer
1
-46
/
+46
2013-03-02
Merge branch 'develop' of http://github.com/julien-c/oauth2-server-php into j...
Brent Shaffer
1
-5
/
+11
2013-02-26
Set the authorization header even if it's not Basic Auth
Adam Zimmerman
1
-5
/
+8
[prev]
[next]