I am using an HWIOAuthBundle (letting it be MyClient) to connect to the Symfony 2.3.2 OAuth 2 server using FOSOAuthServerBundle (let me call it MyServer). I can connect and log in and execute the requests that I need, but I continue to boot from "MyServer" after an hour (error 401). I read a lot about this problem, but I can not find a solution.
I am new to OAuth, but believe that the access_token that I use expires in an hour.
I was wondering if there is a way to configure both machines to use an update token (which expires in 2 years) in order to βupdateβ my access_token when it expires?
I could not find an example on how to do this. Any help would be great.
Greetings
source share