diff --git a/nuxt.config.ts b/nuxt.config.ts index 77370be..e703db7 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -21,5 +21,10 @@ export default defineNuxtConfig({ login: "/auth/login", callback: "/auth/redirect", }, + clientOptions: { + auth: { + flowType: "pkce", + }, + }, }, });