···11+# avatar
22+33+avatar is a small service that fetches your pretty Bluesky avatar and caches it on Cloudflare.
44+It uses a shared secret `AVATAR_SHARED_SECRET` to ensure requests only originate from the trusted appview.
55+66+It's deployed using `wrangler` like so:
77+88+```
99+npx wrangler deploy
1010+npx wrangler secrets put AVATAR_SHARED_SECRET
1111+```