Authentication Module for Nuxt
"
nuxt-auth
is a feature-packed, open-source authentication module for Nuxt 3 applications, including static apps. It offers two authentication providers:
local
: Username and password authentication.local
expects the endpoint to return a token that can be used to authenticate subsequent requestsauthjs
: Anauthjs
(next-auth
) based provider that supports most OAuth- and Magic-URL sign-ins (think Slack or Notion). This provider also supports username and password based sign-in, but discourages from using it
nuxt-auth
has the goal of supporting authentication for any universal Nuxt 3 application!"
sidebase
@sidebase_io