···1+# avatar
2+3+Adopted from [Tangled's avatar service](https://tangled.org/tangled.org/core/tree/master/avatar).
4+5+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.
6+7+It's deployed using `wrangler` like so:
8+9+```bash
10+npx wrangler deploy
11+npx wrangler secrets put AVATAR_SHARED_SECRET
12+```