mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #694] [CLOSED] Fix depreciated reliance on Keymaster tokens #666
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#666
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/jpochyla/psst/pull/694
Author: @jacksongoode
Created: 9/21/2025
Status: ❌ Closed
Base:
main← Head:auth-login-fix📝 Commits (3)
308133cThis will need to be deeply tested...0fec6a3Remove duplicate token methods2f7c543More robust expired token auth attempts📊 Changes
14 files changed (+1128 additions, -603 deletions)
View changed files
📝
Cargo.lock(+591 -480)📝
psst-core/src/cdn.rs(+79 -42)📝
psst-core/src/error.rs(+2 -0)📝
psst-core/src/oauth.rs(+31 -9)📝
psst-core/src/player/file.rs(+18 -4)📝
psst-core/src/session/access_token.rs(+24 -5)📝
psst-core/src/session/mod.rs(+34 -1)📝
psst-gui/src/controller/session.rs(+6 -0)📝
psst-gui/src/data/config.rs(+5 -0)📝
psst-gui/src/data/mod.rs(+1 -1)📝
psst-gui/src/main.rs(+27 -2)➕
psst-gui/src/token_utils.rs(+197 -0)📝
psst-gui/src/ui/preferences.rs(+43 -14)📝
psst-gui/src/webapi/client.rs(+70 -45)📄 Description
There are properly a handful of other things here. I didn't want to get rid of all the Keymaster stuff, but it might be that we should eventually do that too. I'd like to follow librespot on this and as I said before this is more of a bandaid. I think these problems ought to be resolved by integrating librespot entirely but that would be a big effort.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.