Authentication built for Nuxt 3! Easily add authentication via OAuth providers, credentials or Email Magic URLs!
1.31k
stars
164
forks
source link
Setting getSession to false inorder to disable results in type-check error #761
Closed
HELWATANY closed 4 months ago
Environment
Reproduction
Customize the auth configurations as follows
Describe the bug
As mentioned in the documentation, to disable any of the endpoints you can set it to
false
but doing that will result in a type-check errorAdditional context
No response
Logs
No response