[PR #49] [MERGED] Add a redirect_uri web server with basic webpage #580

Closed
opened 2026-02-28 14:50:05 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: redirect-uri-landing-page


📝 Commits (3)

  • d5e9852 Add a redirect_uri webserver with basic webpage
  • 8fc82e1 Add feature to CHANGELOG
  • 9ec0bf8 Update 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Rigellute/spotify-tui/pull/49 **Author:** [@Rigellute](https://github.com/Rigellute) **Created:** 10/12/2019 **Status:** ✅ Merged **Merged:** 10/12/2019 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `redirect-uri-landing-page` --- ### 📝 Commits (3) - [`d5e9852`](https://github.com/Rigellute/spotify-tui/commit/d5e9852e17cffef5f7fea2a588f14f6b3762a6c3) Add a redirect_uri webserver with basic webpage - [`8fc82e1`](https://github.com/Rigellute/spotify-tui/commit/8fc82e1eb2533e6faddd6756aac4671113c23515) Add feature to CHANGELOG - [`9ec0bf8`](https://github.com/Rigellute/spotify-tui/commit/9ec0bf893f5b259c10ed0543fe805739232404cd) Update README and cli install instructions ### 📊 Changes **6 files changed** (+115 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:50:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-tui#580
No description provided.