Skip to content

This repository contains research on implementing Lucia auth in various projects and applications, including Express, Nuxt.js, and Next.js.

Notifications You must be signed in to change notification settings

thecodingmontana/lucia-auth-research

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lucia Auth Research

This repository contains research on implementing Lucia auth in various projects and applications, including Express, Nuxt.js, and Next.js.

Introduction

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.

Getting Started

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.

Directory Structure

  • 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.

Contributing

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.

Author

License

This research project is licensed under the MIT License. See the LICENSE file for details.

About

This repository contains research on implementing Lucia auth in various projects and applications, including Express, Nuxt.js, and Next.js.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published