We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4333e2 commit 8ef4d88Copy full SHA for 8ef4d88
pages/tutorials/google-oauth/sveltekit.md
@@ -43,6 +43,7 @@ npm install arctic
43
Initialize the Google provider with the client ID, client secret, and redirect URI.
44
45
```ts
46
+// src/lib/server/oauth.ts
47
import { Google } from "arctic";
48
import { GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET } from "$env/static/private";
49
0 commit comments