AT Protocol OAuth template in Deno, Hono, HTMX

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