Skip to content

[Apple] PKCE code_verifier cookie was missing #6898

Answered by desenmeng
marlon360 asked this question in Help
Discussion options

You must be logged in to vote

add cookies config

  cookies: {
    pkceCodeVerifier: {
      name: "next-auth.pkce.code_verifier",
      options: {
        httpOnly: true,
        sameSite: "none",
        path: "/",
        secure: true,
      },
    },
  },

Replies: 1 comment 23 replies

Comment options

You must be logged in to vote
23 replies
@jhirvioja
Comment options

@matt-wigg
Comment options

@KubaVejrazka
Comment options

@KubaVejrazka
Comment options

@pranavmappoli
Comment options

Answer selected by marlon360
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet