https://github.com/lucia-auth/examples
A collection of example projects built with Lucia
https://github.com/lucia-auth/examples
Last synced: 7 months ago
JSON representation
A collection of example projects built with Lucia
- Host: GitHub
- URL: https://github.com/lucia-auth/examples
- Owner: lucia-auth
- License: mit
- Created: 2023-09-15T11:19:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T09:55:24.000Z (about 1 year ago)
- Last Synced: 2025-03-30T09:09:55.473Z (7 months ago)
- Language: TypeScript
- Size: 536 KB
- Stars: 239
- Watchers: 4
- Forks: 54
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - lucia-auth/examples - A collection of example projects built with Lucia (TypeScript)
README
# Lucia examples (v3)
A collection of example projects built with Lucia.
## Astro
- [Github OAuth](https://github.com/lucia-auth/examples/tree/main/astro/github-oauth)
- [Username and password](https://github.com/lucia-auth/examples/tree/main/astro/username-and-password)
## Express
- [Github OAuth](https://github.com/lucia-auth/examples/tree/main/express/github-oauth)
- [Username and password](https://github.com/lucia-auth/examples/tree/main/express/username-and-password)
## Hono
- [Github OAuth](https://github.com/lucia-auth/examples/tree/main/hono/github-oauth)
- [Username and password](https://github.com/lucia-auth/examples/tree/main/hono/username-and-password)
## Next.js App Router
- [Github OAuth](https://github.com/lucia-auth/examples/tree/main/nextjs-app/github-oauth)
- [Username and password](https://github.com/lucia-auth/examples/tree/main/nextjs-app/username-and-password)
## Next.js Pages Router
- [Github OAuth](https://github.com/lucia-auth/examples/tree/main/nextjs-pages/github-oauth)
- [Username and password](https://github.com/lucia-auth/examples/tree/main/nextjs-pages/username-and-password)
## Nuxt
- [Github OAuth](https://github.com/lucia-auth/examples/tree/main/nuxt/github-oauth)
- [Username and password](https://github.com/lucia-auth/examples/tree/main/nuxt/username-and-password)
## SolidStart
- [Github OAuth](https://github.com/lucia-auth/examples/tree/main/solidstart/github-oauth)
- [Username and password](https://github.com/lucia-auth/examples/tree/main/solidstart/username-and-password)
## SvelteKit
- [Github OAuth](https://github.com/lucia-auth/examples/tree/main/sveltekit/github-oauth)
- [Username and password](https://github.com/lucia-auth/examples/tree/main/sveltekit/username-and-password)