Skip to content

The module doesn't recognize supabase.clientOptions.auth.flowType key #449

Closed
@aideremir

Description

@aideremir

Version

@nuxtjs/supabase: 1.4.2
nuxt: 3.14.159

Steps to reproduce

nuxt.config.ts

 supabase: {
    url: process.env.SUPABASE_URL,
    key: process.env.SUPABASE_ANON_KEY,
    cookieName: 'mycookiename',
    redirect: false,
    clientOptions: {
      auth: {
        flowType: 'implicit',
      },
    },
  },

What is Expected?

The application should use the supabase auth implicit flowType

What is actually happening?

The application uses the supabase auth PKCE flowType

can be checked by outputting
useNuxtApp().$supabase

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions