AT Protocol OAuth template in Deno, Hono, HTMX
TypeScript 100.0%
5 1 0

Clone this repository

https://tangled.org/zeu.dev/atproto-oauth-deno
git@tangled.org:zeu.dev/atproto-oauth-deno

For self-hosted knots, clone URLs may differ based on your setup.

README.md

AT Protocol OAuth Template#

for Deno, Hono, and HTMX#

Getting Started#

  1. Set up .env file with a COOKIE_SECRET variable
COOKIE_SECRET=[run `openssl rand -base64 64` in the terminal]
  1. Run the web application
deno task start

Packages#

Source hosted on Tangled, mirrored on GitHub