You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* or to use SvelteKit platform environment variables for platforms like Cloudflare
27
+
* ### Lazy initialization
28
+
* `@auth/sveltekit` supports lazy initialization where you can read the `event` object to lazily set the configuration. This is especially useful when you have to get the environment variables from `event.platform` for platforms like Cloudflare Workers.
29
29
*
30
30
* ```ts title="src/auth.ts"
31
31
* import { SvelteKitAuth } from "@auth/sveltekit"
32
32
* import GitHub from "@auth/sveltekit/providers/github"
0 commit comments