Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-09T16:56:26.000Z (7 months ago)
- Last Synced: 2024-04-10T09:57:26.637Z (7 months ago)
- Topics: bun, hono, lucia-auth
- Language: TypeScript
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- 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