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
2014-06-08
allow pdo options.
Brett McBride
1
-1
/
+2
2014-05-17
Merge pull request #384 from bshaffer/allow-auth_time-to-be-passed-in-with-us...
Brent Shaffer
2
-9
/
+41
2014-05-17
allows for auth time to be passed in with the user id for OpenID tokens
Brent Shaffer
2
-9
/
+41
2014-05-08
Add space between SELECT and * in JTI query
Evan Coury
1
-1
/
+1
2014-04-30
case insensitive headers
Brian Scaturro
1
-1
/
+3
2014-04-24
Add: grantType to server based on indentifier
Florent Viel
1
-1
/
+1
2014-04-21
addresses #373 - allows for nulling of storages in the Server class
Brent Shaffer
1
-1
/
+1
2014-04-08
Use mcrypt_create_iv or openssl_random_pseudo_bytes for random bytes source.
Edgaras JanuĊĦauskas
2
-2
/
+10
2014-04-05
fixes #292 - adds postgres tests and fixes postgres issues
Brent Shaffer
1
-2
/
+3
2014-04-05
fixes #323 - client_id is not required to be returned when calling getAccessT...
Brent Shaffer
2
-2
/
+2
2014-04-05
fixes #301 - ensures newlines are replaced as expected in urlSafeB64Encode fu...
Brent Shaffer
1
-1
/
+1
2014-04-05
fixes #349 - adds requestHasToken method
Brent Shaffer
1
-0
/
+13
2014-04-02
addresses #363 - temporary fix, but this will require more thought later, as ...
Brent Shaffer
1
-1
/
+12
2014-04-02
fixes EncryptionInterface typehinting in JwtBearer grant type constructor
Brent Shaffer
1
-1
/
+2
2014-03-31
fixes #361 - only requires 'id_token' column if the 7th parameter is set
Brent Shaffer
1
-0
/
+20
2014-03-31
follows interface for ->decode() method
Brent Shaffer
1
-1
/
+1
2014-03-23
Added `getQuerystringIdentifier()` to the GrantType interface
Patrick Hindmarsh
1
-0
/
+1
2014-03-22
adds php 5.6 and HHVM to .travis.yml
Brent Shaffer
3
-8
/
+11
2014-03-19
fixing JWT casing
Brent Shaffer
1
-5
/
+5
2014-03-19
removes openid-specific code from the main object classes
Brent Shaffer
4
-19
/
+8
2014-03-19
Adds tests for OpenID storages and grant types
Brent Shaffer
7
-8
/
+38
2014-03-19
OPENID-CONNECT - fixes old tests, adds tests and makes them pass, moves UserC...
Brent Shaffer
12
-91
/
+172
2014-03-19
first iteration of refactoring
Brent Shaffer
15
-32
/
+304
2014-03-19
Add forgotten UserClaimsInterface.
Bojan Zivanovic
1
-0
/
+29
2014-03-19
Add a UserInfo controller for the UserInfo endpoint.
Bojan Zivanovic
3
-0
/
+146
2014-03-19
Add support for user claims.
Bojan Zivanovic
5
-6
/
+35
2014-03-19
The publicKeyStorage parameter must never be null.
Bojan Zivanovic
1
-1
/
+1
2014-03-19
Reduce the list of reserved scopes.
Bojan Zivanovic
1
-2
/
+2
2014-03-19
Include the refresh token in the OpenID Connect code grant type response only...
Bojan Zivanovic
1
-1
/
+8
2014-03-19
Code cleanup based on bshaffer's review.
Bojan Zivanovic
3
-3
/
+5
2014-03-19
Introduce the concept of reserved scopes, for better DX.
Bojan Zivanovic
1
-1
/
+26
2014-03-19
Remove the id_token storage, store the id_token with the authorization code w...
Bojan Zivanovic
14
-101
/
+39
2014-03-19
Fix id_token generation when allow_implicit is FALSE.
Bojan Zivanovic
1
-5
/
+5
2014-03-19
Pass the issuer to the id_token response type.
Bojan Zivanovic
1
-1
/
+1
2014-03-19
Add urlSafeB64Encode and urlSafeB64Decode to the EncryptionInterface.
Bojan Zivanovic
1
-0
/
+2
2014-03-19
Add an empty TokenIdTokenInterface. Should fix the tests.
Bojan Zivanovic
3
-2
/
+9
2014-03-19
Initial reimplementation (storage, response types).
Bojan Zivanovic
8
-124
/
+178
2014-03-19
iteration of jsacksick's openid PR
Brent Shaffer
8
-61
/
+158
2014-03-19
Open ID connect implementation: initial commit.
jsacksick
6
-1
/
+121
2014-03-11
Silence open_basedir error on file_exists
Shaun Simmons
1
-1
/
+1
2014-02-27
fixes #233 - allows token in methods where the request body is allowed
Brent Shaffer
1
-3
/
+3
2014-02-27
fixes #189 - possible reason for errors when using sqlite storage - now you c...
Brent Shaffer
1
-1
/
+4
2014-02-27
Merge pull request #336 from ruimarinho/patch-1
Brent Shaffer
1
-1
/
+1
2014-02-27
adds tests for JwtBearer storage
Brent Shaffer
3
-4
/
+27
2014-02-19
Fixed Redis delete command
Rui Marinho
1
-1
/
+1
2014-02-18
Merge pull request #333 from lgelfan/develop
Brent Shaffer
1
-1
/
+1
2014-02-17
Add docs to storage.
Bojan Zivanovic
1
-6
/
+6
2014-02-17
Add support for non-expiring refresh tokens.
Bojan Zivanovic
3
-3
/
+11
2014-02-08
update Storage/Pdo
lars gelfan
1
-1
/
+1
2014-02-06
fixes #331 - when you set one of client or client_credentials storage explici...
Brent Shaffer
1
-0
/
+11
[next]