Authentication Overview

See all available authentication & session information below. Navigate to different sub-pages to test out the app.

Status: unauthenticated
Data: no session data present, are you logged in?
Last refreshed at: Thu Jun 11 2026 14:00:17 GMT+0000 (Coordinated Universal Time)
Decoded JWT token: no token present, are you logged in?
CSRF Token: 2ab7acb85c96f151657713ab76d66187fd53bd62b565df525525adff9da4f5ee
Providers: {
  "github": {
    "id": "github",
    "name": "GitHub",
    "type": "oauth",
    "signinUrl": "https://nuxtauth-authjs.vercel.app/api/auth/signin/github",
    "callbackUrl": "https://nuxtauth-authjs.vercel.app/api/auth/callback/github"
  },
  "credentials": {
    "id": "credentials",
    "name": "Credentials",
    "type": "credentials",
    "signinUrl": "https://nuxtauth-authjs.vercel.app/api/auth/signin/credentials",
    "callbackUrl": "https://nuxtauth-authjs.vercel.app/api/auth/callback/credentials"
  }
}

Navigation

Navigate to different pages below to test out different things:

-> API endpoint protected inline
-> API endpoint protected middleware

Actions

Take different actions:







The page content of "/always-unprotected"

I'm always public, even when the global auth middleware is enabled!