Skip to content

Dev mode is not working #126

@thelafarge

Description

@thelafarge

Hi 👋,

I am trying to enable dev mode but I am always logged out.

Is it what I should expect ?

Reproduction

Link to reproduction

On a fresh nuxt project, I installed nuxt-oidc-auth with the command from the doc, changed the app.vue and added this config in nuxt.config.ts

oidc: {
  devMode: {
    enabled: true,
  },
  session: {
    expirationCheck: false,
  }
}

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