This repository contains research on implementing Lucia auth in various projects and applications, including Express, Nuxt.js, and Next.js.
Lucia is an authentication library for your server that abstracts away the complexity of handling sessions. It works alongside your database to provide an API that's easy to use, understand, and extend. This research aims to explore the integration of Lucia auth into different frameworks and platforms.
For more information on Lucia, refer to the Lucia documentation.
To get started with Lucia auth in your project, follow the instructions below based on your chosen framework:
-
Express: Refer to the
express-lucia
directory for implementation details and setup instructions. -
Nuxt.js: Follow the instructions in the
nuxt-lucia
directory to integrate Lucia auth into your Nuxt.js application. -
Next.js: For Next.js integration, check out the
next-lucia
directory for implementation details.
-
express-lucia/
: Contains research and implementation of Lucia auth in an Express application. -
nuxt-lucia/
: Research and implementation of Lucia auth in a Nuxt.js application. -
next-lucia/
: Research and implementation of Lucia auth in a Next.js application.
Contributions to this research project are welcome! If you have any insights, improvements, or additional implementations to share, feel free to open an issue or submit a pull request.
- The Coding Montana
- Twitter: @AmChrisKE
This research project is licensed under the MIT License. See the LICENSE file for details.