mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-27 00:25:53 +03:00
[PR #49] [MERGED] Add a redirect_uri web server with basic webpage #580
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#580
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/Rigellute/spotify-tui/pull/49
Author: @Rigellute
Created: 10/12/2019
Status: ✅ Merged
Merged: 10/12/2019
Merged by: @Rigellute
Base:
master← Head:redirect-uri-landing-page📝 Commits (3)
d5e9852Add a redirect_uri webserver with basic webpage8fc82e1Add feature to CHANGELOG9ec0bf8Update README and cli install instructions📊 Changes
6 files changed (+115 additions, -2 deletions)
View changed files
📝
CHANGELOG.md(+1 -0)📝
README.md(+1 -1)➕
redirect_uri.html(+48 -0)📝
src/config.rs(+1 -1)📝
src/main.rs(+16 -0)➕
src/redirect_uri.rs(+48 -0)📄 Description
Based on feedback, some people found it confusing that the redirect URI landed you on local with non existent web server (basically a blank page).
It felt like something went wrong during setup.
This PR attempts to remove that confusion by displaying a very simple webpage, which will then get shutdown once auth is successful.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.