AT Protocol OAuth template in Deno, Hono, HTMX
at main 21 lines 670 B view raw view rendered
1# AT Protocol OAuth Template 2### for Deno, Hono, and HTMX 3 4## Getting Started 51. Set up `.env` file with a `COOKIE_SECRET` variable 6``` 7COOKIE_SECRET=[run `openssl rand -base64 64` in the terminal] 8``` 9 102. Run the web application 11``` 12deno task start 13``` 14 15## Packages 16- [`Deno`](https://deno.com) - Runtime and package manager 17- [`Hono`](https://hono.dev) - Web application framework 18- [`HTMX`](https://htmx.org) - AJAX library 19- [`@tijs/atproto-oauth`](https://jsr.io/@tijs/atproto-oauth) - AT Protocol OAuth library 20 21_Source hosted on [Tangled](https://tangled.org/zeu.dev/atproto-oauth-deno), mirrored on [GitHub](https://github.com/zeucapua/atproto-oauth-deno-demo)_