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