fix bug in refreshToken expired after 90 days #6
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: SomeBottle/OneIndex#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "quericy-patch-refresh-token"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
修正90天后refershToken过期导致的
The refresh token has expired due to inactivity错误。获取accessToken时使用的refreshToken为初始refreshToken,当refreshToken超过
MaxInactiveTime(默认90天)后则会无法获取授权。Thank you!