Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucia-auth/examples
A collection of example projects built with Lucia
https://github.com/lucia-auth/examples
Last synced: 6 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-18T13:03:12.000Z (4 months ago)
- Last Synced: 2024-08-02T15:45:07.037Z (3 months ago)
- Language: TypeScript
- Size: 536 KB
- Stars: 188
- Watchers: 4
- Forks: 45
- 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)