mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #429] [MERGED] Enable token refreshing by default #449
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#449
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/429
Author: @ramsayleung
Created: 6/26/2023
Status: ✅ Merged
Merged: 7/15/2023
Merged by: @ramsayleung
Base:
master← Head:ramsay/enable_token_refreshing_by_default📝 Commits (5)
d990557Enable token refreshing by default6f218aaUpdate related examples.6188183Update README586d039Fix test_auth_header test.8d60e3bMerge branch 'master' into ramsay/enable_token_refreshing_by_default📊 Changes
5 files changed (+3 additions, -7 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
examples/with_auto_reauth.rs(+0 -1)📝
examples/with_token_callback_fn.rs(+0 -3)📝
src/clients/mod.rs(+1 -2)📝
src/lib.rs(+1 -1)📄 Description
Description
Enable token refreshing by default.
Motivation and Context
https://github.com/ramsayleung/rspotify/issues/413
Dependencies
List any dependencies that are required for this change.
Type of change
Please delete options that are not relevant.
How has this been tested?
cargo run --example with_auto_reauth --features env-file,cli,client-reqwestIs this change properly documented?
Yes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
InvalidTokenif user is not yet authenticated #461