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 optional user_id to getAccessToken() #238

Closed
jdelaune opened this issue Sep 11, 2013 · 1 comment
Closed

Add optional user_id to getAccessToken() #238

jdelaune opened this issue Sep 11, 2013 · 1 comment

Comments

@jdelaune
Copy link

https://github.com/bshaffer/oauth2-server-php/blob/develop/src/OAuth2/Storage/AccessTokenInterface.php#L26

Would be good to add an optional user_id to the return on this method. I've implemented in the symfony bundle, but it would be good to add it to the comments here.

bshaffer added a commit that referenced this issue Dec 17, 2013
addresses #238 - adds "user_id" as an optional param in the `getAccessToken` documentation
@bshaffer
Copy link
Owner

I added this to the comments. All the built-in storage engines already return the user_id as part of the getAccessToken response, so the only thing to really do here is update the doc block.

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

2 participants