mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 16:25:52 +03:00
[PR #1616] [CLOSED] feat(oauth): add --oauth-host parameter for custom redirect host #1459
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#1459
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/librespot-org/librespot/pull/1616
Author: @root4loot
Created: 10/23/2025
Status: ❌ Closed
Base:
dev← Head:feat/oauth-host📝 Commits (3)
1c9ee5cfeat(oauth): add --oauth-host parameter for custom redirect host93ebe4efix(oauth): update tests for 0.0.0.0 binding580de38fix(oauth): apply cargo fmt to tests📊 Changes
3 files changed (+72 additions, -25 deletions)
View changed files
📝
CHANGELOG.md(+2 -0)📝
oauth/src/lib.rs(+47 -24)📝
src/main.rs(+23 -1)📄 Description
Adds
--oauth-hostflag where OAuth now binds0.0.0.0to support Docker/WSL2 port forwarding scenarios. Defaults to127.0.0.1🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.