Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smintfy/hono-auth-example
Authentication example using hono
https://github.com/smintfy/hono-auth-example
authentication hono jwt
Last synced: about 2 months ago
JSON representation
Authentication example using hono
- Host: GitHub
- URL: https://github.com/smintfy/hono-auth-example
- Owner: Smintfy
- Created: 2024-09-22T06:10:14.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-07T06:51:33.000Z (about 2 months ago)
- Last Synced: 2024-11-07T07:33:56.619Z (about 2 months ago)
- Topics: authentication, hono, jwt
- Language: TypeScript
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Hono Auth Example
Auth from scratch using jwt token in Hono and Svelte.https://github.com/user-attachments/assets/158855f7-7b10-4684-8802-9d7c6cceedc5
To install dependencies:
```sh
bun install
```To run:
```sh
bun run dev
```open http://localhost:3000