You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2026. It is now read-only.
I need to step through it, but there is either a bug in OdicClient where calling it doesn't update the existing OidcClient access and refresh token, causing any future call to fail since it will try to use the original access token, then use the refresh token to fix it, then fail since it was already used.
You don't have to call this method when using OAuth, you can rely on AtProto.SessionUpdated to tell you when the token is updated, then save and reuse it for future sessions.
I need to step through it, but there is either a bug in OdicClient where calling it doesn't update the existing OidcClient access and refresh token, causing any future call to fail since it will try to use the original access token, then use the refresh token to fix it, then fail since it was already used.
You don't have to call this method when using OAuth, you can rely on
AtProto.SessionUpdatedto tell you when the token is updated, then save and reuse it for future sessions.