[PR #1396] [CLOSED] OAuth open URL in default browser, set success message and throw desc… #1373

Closed
opened 2026-02-27 20:02:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/1396
Author: @stevenleadbeater
Created: 11/16/2024
Status: Closed

Base: devHead: dev


📝 Commits (1)

  • 814d30b OAuth open URL in default browser, set success message and throw descriptive errors

📊 Changes

6 files changed (+187 additions, -18 deletions)

View changed files

📝 CHANGELOG.md (+3 -0)
📝 Cargo.lock (+37 -0)
📝 oauth/Cargo.toml (+1 -0)
📝 oauth/examples/oauth.rs (+1 -1)
📝 oauth/src/lib.rs (+144 -17)
📝 src/main.rs (+1 -0)

📄 Description

  • [oauth] Open authorization URL in default browser
  • [oauth] Allow optionally passing success message to display on browser return page
  • [oauth] Throw specific errors on failure states

🔄 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/librespot-org/librespot/pull/1396 **Author:** [@stevenleadbeater](https://github.com/stevenleadbeater) **Created:** 11/16/2024 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `dev` --- ### 📝 Commits (1) - [`814d30b`](https://github.com/librespot-org/librespot/commit/814d30bd493282d87bec67afdd18c4c3d3aa6dd6) OAuth open URL in default browser, set success message and throw descriptive errors ### 📊 Changes **6 files changed** (+187 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+3 -0) 📝 `Cargo.lock` (+37 -0) 📝 `oauth/Cargo.toml` (+1 -0) 📝 `oauth/examples/oauth.rs` (+1 -1) 📝 `oauth/src/lib.rs` (+144 -17) 📝 `src/main.rs` (+1 -0) </details> ### 📄 Description - [oauth] Open authorization URL in default browser - [oauth] Allow optionally passing success message to display on browser return page - [oauth] Throw specific errors on failure states --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:02:12 +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/librespot#1373
No description provided.