-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Description
Hey guys,
noticed when you click login then go back to where the login was initiated then click login again with Azure B2C we get an issue about not providing a code verifier challenge.
to solve this we had to implement this code to resolve it
const cookiepcke = useCookie('nuxt-auth-pkce'); cookiepcke.value = null; const cookiestate = useCookie('nuxt-auth-state'); cookiestate.value = null;
please let us know if we did anything wrong with implementing the package
Metadata
Metadata
Assignees
Labels
No labels