https://github.com/yogyy/hono-htmx-oauth
hono with oauth2.0 (arctic)
https://github.com/yogyy/hono-htmx-oauth
arctic hono htmx lucia-auth oauth
Last synced: 3 months ago
JSON representation
hono with oauth2.0 (arctic)
- Host: GitHub
- URL: https://github.com/yogyy/hono-htmx-oauth
- Owner: yogyy
- Created: 2024-03-09T16:19:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T07:02:23.000Z (11 months ago)
- Last Synced: 2025-03-31T14:58:07.813Z (6 months ago)
- Topics: arctic, hono, htmx, lucia-auth, oauth
- Language: TypeScript
- Homepage:
- Size: 83 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hono with OAuth 2.0( [Arctic](https://github.com/pilcrowonpaper/arctic) )
HTMX isn't essential here\
you can use a separate JavaScript framework for the frontend## Get Started
```bash
cp .env.example .env
```### Setting github developer OAuth Apps
add homepage url `http://localhost:3333`\
callback url `http://localhost:3333/auth/callback````bash
pnpm install
pnpm dev
``````bash
http://localhost:3333
```