WaspW
Wasp6mo ago
Dada

Refresh Token

im using to generate sessionId :
const session = await createSession(user.auth.id);


how can we generate a refresh token and is there a built in api we can use to refresh the sessionId when it expires
Was this page helpful?