Closed seallard closed 8 months ago
Ensure that the user access token is refreshed in the background and does not expire. The access token expires in 1 hour.
There will be an endpoint in trailblazer: GET /auth/refresh. It will return a refreshed access token for the user like
/auth/refresh
{ access_token: "token", }
Ensure that the user access token is refreshed in the background and does not expire. The access token expires in 1 hour.
There will be an endpoint in trailblazer: GET
/auth/refresh
. It will return a refreshed access token for the user like