| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
allow the optional fourth 'options' parameter to PDO constructor to be used
|
|
bshaffer/allow-auth_time-to-be-passed-in-with-user_id-parameter
allows for auth time to be passed in with the user id for OpenID tokens
|
|
|
|
|
|
|
|
If $key is not provided Server::addGrantType is called, add the grant type base on qyery string identifier for better consistency
|
|
|
|
|
|
|
|
getAccessToken
|
|
function
|
|
|
|
custom headers require a subclass
|
|
|
|
|
|
|
|
|
|
disables mongo.so installation (we skip mongo tests anyway)
misc fixes for HHVM
- changes algos to constants (integers) for php 5.4-5.6
- casts apache_request_headers() to array
- fixes array_walk strangeness
|
|
|
|
|
|
|
|
UserClaims into OpenID dir
|
|
|
|
|
|
|
|
|
|
|
|
|
|
only if the offline_access scope has been requested and granted.
|
|
|
|
|
|
when needed. Have the code grant type return an id_token when found.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
can pass in a string DSN with no other parameters (yay)
|
|
Fixed Redis delete command
|
|
|
|
\Predis\Client uses #del instead of #delete.
|
|
update Storage/Pdo
|