mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
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#579
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/517
Author: @jacksongoode
Created: 8/24/2024
Status: ✅ Merged
Merged: 9/3/2024
Merged by: @jacksongoode
Base:
master← Head:jackson/new-auth-method📝 Commits (6)
20228ccAdd new auth method, but URL needs to be in windowa570998Move to GUI51f86e2Linting6bf4e6eUnused codeaeb0addBumpd91b16eSmall caps typo📊 Changes
11 files changed (+632 additions, -102 deletions)
View changed files
📝
Cargo.lock(+429 -5)📝
psst-core/Cargo.toml(+1 -0)📝
psst-core/src/connection/mod.rs(+14 -14)📝
psst-core/src/lib.rs(+1 -0)➕
psst-core/src/oauth.rs(+119 -0)📝
psst-core/src/session/access_token.rs(+2 -2)📝
psst-gui/src/data/config.rs(+12 -5)📝
psst-gui/src/data/mod.rs(+1 -0)📝
psst-gui/src/ui/mod.rs(+1 -1)📝
psst-gui/src/ui/preferences.rs(+51 -74)📝
psst-gui/src/ui/track.rs(+1 -1)📄 Description
This resolves the issue with a new OAuth method largely referencing the work done in librespot https://github.com/librespot-org/librespot/pull/1309. After this username/pass is completely depreciated. I may not have removed all unused references so I'd be happy for reviews and edits.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.