[PR #592] [MERGED] ignore cache when authenticating the application using authenticate CLI command #1745

Closed
opened 2026-03-14 15:30:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/592
Author: @aome510
Created: 10/31/2024
Status: Merged
Merged: 10/31/2024
Merged by: @aome510

Base: masterHead: reset-cached-creds-authenticate-cli


📝 Commits (3)

  • 8cd21cf add login_redirect_uri config option
  • e0203d0 ignore cache when authenticating the application using CLI command
  • 5686bc8 Merge branch 'master' into reset-cached-creds-authenticate-cli

📊 Changes

6 files changed (+30 additions, -7 deletions)

View changed files

📝 docs/config.md (+1 -0)
📝 examples/app.toml (+1 -0)
📝 spotify_player/src/auth.rs (+21 -4)
📝 spotify_player/src/cli/handlers.rs (+2 -2)
📝 spotify_player/src/client/mod.rs (+1 -1)
📝 spotify_player/src/config/mod.rs (+4 -0)

📄 Description

resolves #590

This PR also allows login_redirect_uri to be configurable


🔄 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/aome510/spotify-player/pull/592 **Author:** [@aome510](https://github.com/aome510) **Created:** 10/31/2024 **Status:** ✅ Merged **Merged:** 10/31/2024 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `reset-cached-creds-authenticate-cli` --- ### 📝 Commits (3) - [`8cd21cf`](https://github.com/aome510/spotify-player/commit/8cd21cf201755790a1c3256757d6929c15282504) add `login_redirect_uri` config option - [`e0203d0`](https://github.com/aome510/spotify-player/commit/e0203d014c7607c3416c39f144d95004f6c32642) ignore cache when authenticating the application using CLI command - [`5686bc8`](https://github.com/aome510/spotify-player/commit/5686bc880f11e4df19017109857c932d8ef9922e) Merge branch 'master' into reset-cached-creds-authenticate-cli ### 📊 Changes **6 files changed** (+30 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `docs/config.md` (+1 -0) 📝 `examples/app.toml` (+1 -0) 📝 `spotify_player/src/auth.rs` (+21 -4) 📝 `spotify_player/src/cli/handlers.rs` (+2 -2) 📝 `spotify_player/src/client/mod.rs` (+1 -1) 📝 `spotify_player/src/config/mod.rs` (+4 -0) </details> ### 📄 Description resolves #590 This PR also allows `login_redirect_uri` to be configurable --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:30:43 +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-player#1745
No description provided.