Oauth2 - how to link access_token with an actual user
问题 Using symfony2, fosuserbundle, fosoauthserverbundle and gtm-oauth2, once you have gotten the authorization token, how the oauth engine links (or relates) it with the user that entered his login/password credentials? I am not talking about some google or Facebook or twitter or Instagram API, but one I am supposed to be serving in a site I have created I pup with symfony2.0. I am getting perfectly the access token and I have it for whatever I have to do with it. So here comes the question. What