AT Protocol OAuth Template#
for Deno, Hono, and HTMX#
Getting Started#
- Set up
.envfile with aCOOKIE_SECRETvariable
COOKIE_SECRET=[run `openssl rand -base64 64` in the terminal]
- Run the web application
deno task start
Packages#
Deno- Runtime and package managerHono- Web application frameworkHTMX- AJAX library@tijs/atproto-oauth- AT Protocol OAuth library