I would like to attach an access token from a foreign provider, which I obtain during OAuth authentication, extending the AbstractOAuth2Controller
. I thought of simply adding the token to the session, but the session gets refreshed and token get lost. Now is there a way to attach the foreign token to e.g. the access_token
table and is there some auto refresh functionality on access_token
?