Open singhalkarun opened 2 weeks ago
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 to send refresh_token in login endpoint and share API to generate access_token
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.