Select the types of activity you want to include in your feed.
Fix OAuth token refresh for long-lived sessions (v0.1.1)
The client_id used during token refresh didn't match the one from login, causing the PDS to reject refresh requests. Sessions now last up to 2 weeks instead of expiring after ~2 hours.
···11# Changelog
2233+## 0.1.1
44+55+### Fixed
66+77+- Fix OAuth token refresh so sessions last up to 2 weeks instead of expiring after ~2 hours. The client_id used during token refresh now matches the one from login, allowing the PDS to accept refresh token requests.
88+- Show a clear "Session expired" message with re-login instructions when session restore fails.
99+310## 0.1.0
411512First release of `kip`, the CLI for [kipclip.com](https://kipclip.com).