You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
From bshaffer/oauth2-server-php#459:
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.
The text was updated successfully, but these errors were encountered: