Skip to content

Login code verifier challenge B2C #468

@Anthonyflume

Description

@Anthonyflume

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions