0👍
Of course!
You can use easy-to-setup auth plugin for Nuxt https://auth.nuxtjs.org/.
It provides:
- Middleware – lets you define custom functions that can be run before rendering either a page or a group of pages (layout).
- Schemes – define authentication logic.
- Strategy – configured instance of Scheme.
You can have multiple middleware, schemes & strategies in your project.
Source:stackexchange.com