wonderful-midnight-19586
11/29/2022, 2:04 PMfast-lunch-54279
fast-lunch-54279
wonderful-midnight-19586
11/29/2022, 2:29 PMwonderful-midnight-19586
11/29/2022, 2:29 PMwonderful-midnight-19586
11/29/2022, 3:03 PMget-ory-cookie-session: 374.511ms
hasura-jwt: 9.367ms
get-user: 62.622ms
wonderful-midnight-19586
11/29/2022, 3:03 PMfast-lunch-54279
get-user: 62.622ms
call? that's internal?wonderful-midnight-19586
11/29/2022, 3:05 PMwonderful-midnight-19586
11/29/2022, 3:05 PMexport async function getCookieSession(
req: NextApiOrPageRequest
): Promise<AxiosResponse<Session>> {
let cookieName: string = ENV.ORY_SESSION_COOKIE ?? 'ory_kratos_session'
return (await sdk.toSession(
undefined,
`${cookieName}=${req.cookies[cookieName]}`
)) as AxiosResponse<Session>
}
const sdk: ReturnType<typeof FrontendApiFactory> = FrontendApiFactory(
new Configuration({
basePath:
typeof window !== 'undefined'
? '/api/.ory'
: `${ENV.SERVER_APP_HOST}/api/.ory`,
baseOptions: {
withCredentials: true,
},
})
)
wonderful-midnight-19586
11/29/2022, 3:06 PMwonderful-midnight-19586
11/29/2022, 3:06 PMfast-lunch-54279
wonderful-midnight-19586
11/29/2022, 3:07 PMfast-lunch-54279
wonderful-midnight-19586
11/29/2022, 3:07 PMfast-lunch-54279
wonderful-midnight-19586
11/29/2022, 3:08 PMwonderful-midnight-19586
11/29/2022, 3:09 PMfast-lunch-54279