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.
See all available authentication & session information below.
Status: unauthenticated
CSRF Token: 03a3555968609793b815a1af3d21f313b49fb7c1eba82e6a10ef7cdbe260f216
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"
}
}