# 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] ``` 2. Run the web application ``` deno task start ``` ## Packages - [`Deno`](https://deno.com) - Runtime and package manager - [`Hono`](https://hono.dev) - Web application framework - [`HTMX`](https://htmx.org) - AJAX library - [`@tijs/atproto-oauth`](https://jsr.io/@tijs/atproto-oauth) - AT Protocol OAuth library _Source hosted on [Tangled](https://tangled.org/zeu.dev/atproto-oauth-deno), mirrored on [GitHub](https://github.com/zeucapua/atproto-oauth-deno-demo)_