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

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)

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
```