atominfra / aicloudlab

0 stars 0 forks source link

Auto Refresh Access Token when expired #30

Open singhalkarun opened 2 weeks ago

singhalkarun commented 2 weeks ago

Description

Currently the access_token which is stored in cookies is only available to the current session, if someone closes the tab and opens again, it is no more there. Need to make it long lived such that until unless someone logs out, it is there.

singhalkarun commented 6 days ago

@singhalkarun to send refresh_token in login endpoint and share API to generate access_token