Not logged in

🔐 nuxt-auth Nuxt authentication and sessions, based on the popular NextAuth.js

You can use this page to explore the feature that nuxt-auth has to offer. You can find the source code of this page here. For further information please refer to our documentation here.

nuxt-auth also supports server side sessions. You can find the full documentation for this here.


Authentication Overview

See all available authentication & session information below.

Status: unauthenticated
CSRF Token: 2dba83716e15738c1604cd45959f36f6ee335466357dacfc50a7a42f75e48577
Providers: {
  "github": {
    "id": "github",
    "name": "GitHub",
    "type": "oauth",
    "signinUrl": "https://nuxt-auth-example.sidebase.io/api/auth/signin/github",
    "callbackUrl": "https://nuxt-auth-example.sidebase.io/api/auth/callback/github"
  },
  "credentials": {
    "id": "credentials",
    "name": "Credentials",
    "type": "credentials",
    "signinUrl": "https://nuxt-auth-example.sidebase.io/api/auth/signin/credentials",
    "callbackUrl": "https://nuxt-auth-example.sidebase.io/api/auth/callback/credentials"
  }
}