invalid tokenHTTP 401AuthenticationBluesky session token is no longer valid.
- Why it happens
- Bluesky uses short-lived session tokens. Without a recent refresh, calls fail.
- How to fix
- Reconnect by creating a new session with the user's handle + app password.
- How PostPeer handles it
- PostPeer refreshes Bluesky sessions on each publish, so this should never surface in normal operation.