Clinical-Genomics / streamline-delivery

Project tracking for streamline-delivery
0 stars 0 forks source link

Refresh token in background #61

Closed seallard closed 8 months ago

seallard commented 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


{
  access_token: "token",
}