mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 23:36:00 +03:00
[GH-ISSUE #7] [Question] When will the authentication json file expire? #6
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
Originally created by @ccyang2019 on GitHub (Apr 14, 2020).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/7
As title, I don't when will the authentication file expire.
If I create a new authentication json file, it will be ok to run at fist several times. But it will fail to authenticate if I sign out this account at another browser. Or some unknown reasons which will cause this verified authentication json file expired.
@sigma67 commented on GitHub (Apr 14, 2020):
I assume it lasts as long as your browser session. So if you sign off or switch accounts it would expire. Otherwise, it should last several months at least, judging from Cookie expiry times in my browser.
However, we need further testing to determine the max lifetime.