···1+# avatar
2+3+avatar is a small service that fetches your pretty Bluesky avatar and caches it on Cloudflare.
4+It uses a shared secret `AVATAR_SHARED_SECRET` to ensure requests only originate from the trusted appview.
5+6+It's deployed using `wrangler` like so:
7+8+```
9+npx wrangler deploy
10+npx wrangler secrets put AVATAR_SHARED_SECRET
11+```