AT Protocol OAuth template in Deno, Hono, HTMX
17
fork

Configure Feed

Select the types of activity you want to include in your feed.

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