[Vuejs]-Auth0 email magic link `Error: Invalid state` for vue

1👍

createAuth0Client({
  useCookiesForTransactions: true
})

useCookiesForTransactions

Found a solution here: https://github.com/auth0/auth0-spa-js/issues/671#issuecomment-741902973

👤arbs23

Leave a comment