Skip to content
Rishabh Poddar edited this page Oct 18, 2020 · 16 revisions

API blocks:

session

{
   handle: string,
   userId: string,
   userDataInJWT: {...}
}

cookieInfo

{
   token: string,
   expiry: number,
   createdTime: number,
   cookiePath: string,
   cookieSecure: boolean,
   sameSite: "none" | "lax" | "strict"
   domain?: string,
}
Clone this wiki locally