mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[GH-ISSUE #511] No way to create AuthCodePkceSpotify from token with config #166
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#166
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 @gdesmott on GitHub (Dec 28, 2024).
Original GitHub issue: https://github.com/ramsayleung/rspotify/issues/511
There is currently no way to create
AuthCodePkceSpotifywith a custom config.Is there any reason to not have
AuthCodePkceSpotify::from_token_with_config()as there is forAuthCodeSpotify?@gdesmott commented on GitHub (Dec 29, 2024):
I think we need this to be able to refresh an expired cached token, see https://github.com/ramsayleung/rspotify/pull/512
@ramsayleung commented on GitHub (Dec 29, 2024):
The
AuthCodePkceSpotifyimplementation was contributed by another maintainer, so I don't have full context on the reasoning behind not including afrom_token_with_config()method, my intuition is he might just miss the requirement of the function.