mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[PR #148] [MERGED] Make is_token_expired public #795
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#795
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?
📋 Pull Request Information
Original PR: https://github.com/spotipy-dev/spotipy/pull/148
Author: @mbirtwell
Created: 1/7/2017
Status: ✅ Merged
Merged: 1/18/2017
Merged by: @plamere
Base:
master← Head:make_is_token_expired_public📝 Commits (2)
d092683Make is_token_expired public8dc90d2Add me to the contributors list📊 Changes
3 files changed (+21 additions, -17 deletions)
View changed files
📝
docs/index.rst(+1 -0)📝
spotipy/oauth2.py(+11 -8)📝
tests/test_oauth.py(+9 -9)📄 Description
This method is useful for checking whether tokens that have been stored in cookies etc have timed out. So it's useful for library users to have access to it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.