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: 0525652c8be1def7a30d3aab47889a5f8eb844ba3e634a80d34ac4dac5e24faa
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"
}
}