Best practices to handle authentication?

This page summarizes the projects mentioned and recommended in the original post on /r/Nuxt

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • nuxt-auth

    🔐 Nuxt user authentication and sessions via authjs (next-auth), local and refresh providers. nuxt-auth wraps NextAuth.js to offer the reliability & convenience of a 12k star library to the nuxt 3 ecosystem with a native developer experience (DX)

  • Perhaps something like https://github.com/sidebase/nuxt-auth, https://github.com/sidebase/nuxt-session, or https://github.com/wobsoriano/nuxt-iron-session will help. Using a community-driven module avoids paid vendor lock-in and helps avoid unseen foot guns.

  • nuxt-session

    Discontinued Nuxt session middleware to get a persistent session per app user, e.g., to store data across multiple requests. The nuxt session module provides the useSession() composable out of the box and sets up API endpoints to interact with your session to make working with sessions feel like a breeze.

  • Perhaps something like https://github.com/sidebase/nuxt-auth, https://github.com/sidebase/nuxt-session, or https://github.com/wobsoriano/nuxt-iron-session will help. Using a community-driven module avoids paid vendor lock-in and helps avoid unseen foot guns.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • nuxt-iron-session

    Stateless session support for Nuxt apps

  • Perhaps something like https://github.com/sidebase/nuxt-auth, https://github.com/sidebase/nuxt-session, or https://github.com/wobsoriano/nuxt-iron-session will help. Using a community-driven module avoids paid vendor lock-in and helps avoid unseen foot guns.

  • breeze-nuxt

    An application / authentication starter kit frontend in Nuxt3 for Laravel Breeze.

  • This is the best example I've found, especially if using Laravel: https://github.com/amrnn90/breeze-nuxt.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Nuxt3 with JWT Auth and Laravel API

    2 projects | /r/Nuxt | 12 Jun 2023
  • Implement Sign In with Apple in Nuxt 3

    2 projects | /r/Nuxt | 16 Apr 2023
  • How do I add navigation guard for api ? -- ( So I can access to the api route from the client and if the user navigates to that route I want to rerirect them to an error page )

    1 project | /r/Nuxt | 4 Mar 2023
  • Headless WP authentication with Nuxt 3

    2 projects | /r/Nuxt | 10 Feb 2023
  • How do you authenticate? Nuxt3 and Django Rest Framework

    1 project | /r/Nuxt | 30 Nov 2022