sniperadmin / poc-universal-nuxt

A universal nuxt 3 template with authentication system, component system, documentation and may be multi-tenancy (or anything you like :D)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐞 [Nuxt-auth]: contribute to the main nuxt-module to add all next-auth remaining pages in config

sniperadmin opened this issue Β· comments

Describe the bug
As shown in the config of the nuxt-auth-module, only the login page is added.

Expected behavior
To support other pages such as error - verifyRequest - newUser

Additional context
Currently, for local authentication type, there is no email verifaction page nor welcome page.

for now, anything could be handled through a global middleware