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

add refresh-token grant-type #1784

Merged
merged 1 commit into from
Mar 14, 2016
Merged

add refresh-token grant-type #1784

merged 1 commit into from
Mar 14, 2016

Conversation

tcitworld
Copy link
Member

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Documentation no
Translation no
Fixed tickets #1783
License MIT

@tcitworld tcitworld added this to the 2.0.0 milestone Mar 13, 2016
@ghost
Copy link

ghost commented Mar 13, 2016

Tried it and it's working perfectly 👍

@tcitworld
Copy link
Member Author

Thanks !

nicosomb added a commit that referenced this pull request Mar 14, 2016
@nicosomb nicosomb merged commit 5cc9b51 into v2 Mar 14, 2016
@nicosomb nicosomb deleted the v2-add-refresh-token branch March 14, 2016 05:14
@@ -43,7 +43,7 @@ public function createClientAction(Request $request)
$clientForm->handleRequest($request);

if ($clientForm->isValid()) {
$client->setAllowedGrantTypes(array('token', 'authorization_code', 'password'));
$client->setAllowedGrantTypes(array('token', 'authorization_code', 'password','refresh_token'));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should have added a space after the coma.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants