···11+# avatar
22+33+Adopted from [Tangled's avatar service](https://tangled.org/tangled.org/core/tree/master/avatar).
44+55+This is a small service that fetches your pretty Bluesky avatar and caches it on Cloudflare. It uses a shared secret `AVATAR_SHARED_SECRET` to ensure requests only originate from the trusted appview.
66+77+It's deployed using `wrangler` like so:
88+99+```bash
1010+npx wrangler deploy
1111+npx wrangler secrets put AVATAR_SHARED_SECRET
1212+```