mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #265] [MERGED] Fix example for refresh token #358
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#358
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/ramsayleung/rspotify/pull/265
Author: @marioortizmanero
Created: 10/11/2021
Status: ✅ Merged
Merged: 10/12/2021
Merged by: @ramsayleung
Base:
ramsay_support_refresh_token_v2← Head:fix-example📝 Commits (7)
b6c46ccFix examplead50727Fix test as well9afb69eFix silly volume debug_assert48a962bFix UserId0726d80Merge branch 'fix-example' into fix-tests8b0ea4aFix test_playliste8dafb5Merge pull request #266 from ramsayleung/fix-tests📊 Changes
6 files changed (+102 additions, -30 deletions)
View changed files
📝
examples/auth_code_pkce.rs(+2 -0)📝
rspotify-model/src/idtypes.rs(+77 -20)📝
src/clients/base.rs(+1 -1)📝
src/clients/oauth.rs(+1 -1)📝
tests/test_models.rs(+10 -5)📝
tests/test_with_oauth.rs(+11 -3)📄 Description
Description
It seems the PKCE example wasn't working after #262, since it forgot to set the previous token in order to refresh it. Same goes for the authenticated tests.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.