https://github.com/bontaramsonta/auth-play
simple auth server using lucia and hono
https://github.com/bontaramsonta/auth-play
bun hono lucia-auth
Last synced: 8 months ago
JSON representation
simple auth server using lucia and hono
- Host: GitHub
- URL: https://github.com/bontaramsonta/auth-play
- Owner: bontaramsonta
- Created: 2024-04-09T08:18:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T16:56:26.000Z (over 1 year ago)
- Last Synced: 2025-01-08T12:54:30.669Z (10 months ago)
- Topics: bun, hono, lucia-auth
- Language: TypeScript
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To install dependencies:
```sh
bun install
```
To run:
```sh
bun run dev
```
open http://localhost:3000