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 12:42:15 GMT+0000 (Coordinated Universal Time)
Decoded JWT token: no token present, are you logged in?
CSRF Token: 85a26572c4987a02c2f51aec863b2edd62a23ce27238ba13e373825ed9f59a5e
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 "/"

-> manual login, logout, refresh button
-> globally protected page
-> locally protected page (only works if global middleware disabled)
-> page that is always unprotected
-> guest mode
-> cached page with swr
select one of the above actions to get started.