Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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