Emmanuel Obeng Twenedelinuxist.hashnode.dev·Oct 29, 2024Step-by-Step Guide to Fullstack Development with Next.js and Lucia AuthenticationIntroduction Authentication and authorization are crucial components of web security, ensuring that users can securely access resources within an application. Authentication is the process of verifying a user’s identity, while authorization determine...28 readsfrontend
tasploblog.tasplo.com·Sep 15, 2024Easy App Authentication: Using Lucia Auth, Prisma, and Next.js with TypescriptBefore we dive in, let’s first explore what Lucia Auth is: Lucia is a TypeScript-based authentication library that simplifies session management. It integrates seamlessly with your database, offering an API that is intuitive, easy to use, and highly ...1 like·35 readsTutorial
Lucas Lima do NascimentoforWasp - full-stack with React & Node.jswasp-lang.hashnode.dev·Aug 22, 2024How To Add Auth With Lucia To Your React/Next.js App - A Step By Step GuideAlthough authentication is one of the most common web app features, there are so many different ways to go about it, which makes it a very non-trivial task. In this post, I will share my personal experience using Lucia - a modern, framework-agnostic ...React
milankatiramilankatira.hashnode.dev·Mar 24, 2024Next.Js authentication using LuciaHandling authentication is a complicated yet crucial task. Recognizing the importance of a robust and secure authentication system, Lucia be an excellent solution for your next project. As a lightweight auth library specifically designed for TypeScri...Next.js
Nabil Ridhwanblog.nabilridhwan.com·Feb 19, 2024Migration to Next.js App RouterI made an app called “Musicn”. It’s an app that allows users to discover music and share your music taste with others. Beta version of Musicn It was a pretty old project, with any major change being about 2 years ago. The most significant thing after...33 readsNext.js