Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devhumblechris/lucia-auth-research
This repository contains research on implementing Lucia auth in various projects and applications, including Express, Nuxt.js, and Next.js.
https://github.com/devhumblechris/lucia-auth-research
auth authentication authorization expressjs lucia-auth nextjs nuxtjs
Last synced: about 2 months ago
JSON representation
This repository contains research on implementing Lucia auth in various projects and applications, including Express, Nuxt.js, and Next.js.
- Host: GitHub
- URL: https://github.com/devhumblechris/lucia-auth-research
- Owner: DevHumbleChris
- Created: 2024-03-14T06:13:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-03T08:16:29.000Z (8 months ago)
- Last Synced: 2024-05-03T13:21:33.606Z (8 months ago)
- Topics: auth, authentication, authorization, expressjs, lucia-auth, nextjs, nuxtjs
- Language: TypeScript
- Homepage:
- Size: 720 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://lucia-auth.com/).
## 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
- **The Coding Montana**
- Twitter: [@AmChrisKE](https://twitter.com/AmChrisKE)## License
This research project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.