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

Better Visibility for User Credentials Grant Type #46

Open
bshaffer opened this issue Sep 23, 2014 · 0 comments
Open

Better Visibility for User Credentials Grant Type #46

bshaffer opened this issue Sep 23, 2014 · 0 comments

Comments

@bshaffer
Copy link
Owner

From bshaffer/oauth2-server-php#459:

Hello,

Great work on this, very educational and helpful. Many thanks.

Here:
http://bshaffer.github.io/oauth2-server-php-docs/cookbook/

The server.php code should probably also include:
// Add the "password" grant type (this is where the oauth magic happens)
$server->addGrantType(new OAuth2\GrantType\UserCredentials($storage));

This is also important for people trying the demo app later.

Add a link to the demo app from the user credentials docs page, and add a link to the other grant types from the walkthrough page.

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

No branches or pull requests

1 participant