Skip to content

Commit

Permalink
Update sveltekit.md undocumented import from arctic (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
azezsan authored Oct 24, 2024
1 parent c8b4192 commit 3bcdb1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/tutorials/google-oauth/sveltekit.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ Create an API route in `routes/login/google/callback/+server.ts` to handle the c
// routes/login/google/callback/+server.ts
import { generateSessionToken, createSession, setSessionTokenCookie } from "$lib/server/session";
import { google } from "$lib/server/oauth";
import { decodeIdToken } from "arctic";

import type { RequestEvent } from "@sveltejs/kit";
import type { OAuth2Tokens } from "arctic";
Expand Down

0 comments on commit 3bcdb1d

Please sign in to comment.