mirror of
https://github.com/jwilsson/spotify-web-api-php.git
synced 2026-04-26 23:45:49 +03:00
[PR #167] [CLOSED] [WIP] Add support for automatically refreshing access tokens #269
Labels
No labels
bug
docs
enhancement
enhancement
enhancement
feedback wanted
good first issue
help wanted
help wanted
help wanted
invalid
pull-request
question
question
upstream
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-web-api-php#269
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/jwilsson/spotify-web-api-php/pull/167
Author: @jwilsson
Created: 9/28/2019
Status: ❌ Closed
Base:
master← Head:auto-refresh📝 Commits (5)
9b0b382Allow passing headers to merge into SpotifyWebAPI::authHeaders()d7f11eeMake preparations to Sessionff90a6cAllow setting Session instance on SpotifyWebAPI9c55f49Add support for auto refreshing access tokens1ff3011Add some basic docs on auto refreshing access tokens📊 Changes
3 files changed (+251 additions, -102 deletions)
View changed files
➕
docs/examples/automatically-refreshing-access-token.md(+47 -0)📝
src/Session.php(+15 -3)📝
src/SpotifyWebAPI.php(+189 -99)📄 Description
WIP of automatic token refresh as discussed in #137.
Try it out and feel free to come back with feedback, issues and other ideas! Install with:
composer require jwilsson/spotify-web-api-php:dev-auto-refresh.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.