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: 95bf334ecbfcb1478a8e2d2f217e0bcdf9f8d102bd0f52d71cc31d054d892e6f
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"
  }
}