Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Tag v1.2 #288

Merged
merged 22 commits into from
Jan 3, 2014
Merged

Create Tag v1.2 #288

merged 22 commits into from
Jan 3, 2014

Conversation

bshaffer
Copy link
Owner

@bshaffer bshaffer commented Jan 3, 2014

Changelog:

  1. Fixes Redis Server
  2. Adds Public Clients Support - allows for certain auth to take place without Client Credentials (UserCredentials, Implicit)
  3. fixes "empty access_token" bug
  4. Misc formatting / doc updates

bshaffer and others added 21 commits December 16, 2013 17:05
…ls for new 'allow_public_clients' config value
…post-body-for-user-credentials-grant

adds logic discussed in #275
…er-of-arguments

Addresses 258 predis wrong number of arguments
- PDOException with message SQLSTATE[42703]: Undefined column: 7 ERROR:  column "default" does not exist
addresses #238 - adds "user_id" as an optional param in the `getAccessToken` documentation
ensures PHP warnings do not get thrown as a result of an invalid argument to $jwt->decode()
addresses #283 - updates required version to `php 5.3.9`
…ng error messages when no token is supplied, and when more than one method is used
changed response header from 200 to 401 when empty token received
@bshaffer
Copy link
Owner Author

bshaffer commented Jan 3, 2014

This is mainly being created in preparation for the backwards-compatibility-breaking #287, which will change how Scope works, and how TokenController is created.

bshaffer added a commit that referenced this pull request Jan 3, 2014
@bshaffer bshaffer merged commit 6109ecc into master Jan 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants