Skip to content

Commit

Permalink
Switch to sessionType=refresh_token
Browse files Browse the repository at this point in the history
  • Loading branch information
louischan-oursky committed Jan 10, 2025
1 parent 4c36885 commit cd5caff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion portal/src/graphql/portal/Authenticated.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ import { useViewerQuery } from "./query/viewerQuery";
import { InternalRedirectState } from "../../InternalRedirect";
import { useReset } from "../../gtm_v2";

const SESSION_TYPE: NonNullable<ConfigureOptions["sessionType"]> = "cookie";
const SESSION_TYPE: NonNullable<ConfigureOptions["sessionType"]> =
"refresh_token";

interface AuthenticatedContextValue {
loading: boolean;
Expand Down

0 comments on commit cd5caff

Please sign in to comment.