[PR #406] [CLOSED] Add token fetch callback #438

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

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/406
Author: @PaulOlteanu
Created: 4/27/2023
Status: Closed

Base: masterHead: add-token-fetch-callback


📝 Commits (2)

  • c483de6 Initial implementation of token callback
  • 88711eb Handle implementation of Debug for token callback

📊 Changes

6 files changed (+49 additions, -5 deletions)

View changed files

📝 Cargo.toml (+1 -1)
📝 src/auth_code.rs (+10 -1)
📝 src/auth_code_pkce.rs (+10 -1)
📝 src/client_creds.rs (+10 -1)
📝 src/clients/base.rs (+17 -0)
📝 src/clients/mod.rs (+1 -1)

📄 Description

Description

Please include a summary of the change and which issue is fixed

Motivation and Context

#400

Please also include relevant motivation and context.

Dependencies

List any dependencies that are required for this change.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How has this been tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Please also list any relevant details for your test configuration

  • Test A: xxx
  • Test B: xxx

Is this change properly documented?

Please make sure you've properly documented the changes you're making.

Don't forget to add an entry to the CHANGELOG if necessary (new features, breaking changes, relevant internal improvements).


🔄 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/ramsayleung/rspotify/pull/406 **Author:** [@PaulOlteanu](https://github.com/PaulOlteanu) **Created:** 4/27/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-token-fetch-callback` --- ### 📝 Commits (2) - [`c483de6`](https://github.com/ramsayleung/rspotify/commit/c483de6a5309f9e3d4f64ddf7d0355f820be1bcf) Initial implementation of token callback - [`88711eb`](https://github.com/ramsayleung/rspotify/commit/88711ebe3d843c35f01839e385a8f6748b75ba70) Handle implementation of Debug for token callback ### 📊 Changes **6 files changed** (+49 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+1 -1) 📝 `src/auth_code.rs` (+10 -1) 📝 `src/auth_code_pkce.rs` (+10 -1) 📝 `src/client_creds.rs` (+10 -1) 📝 `src/clients/base.rs` (+17 -0) 📝 `src/clients/mod.rs` (+1 -1) </details> ### 📄 Description ## Description Please include a summary of the change and which issue is fixed ## Motivation and Context #400 Please also include relevant motivation and context. ## Dependencies List any dependencies that are required for this change. ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] This change requires a documentation update ## How has this been tested? Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration - [ ] Test A: xxx - [ ] Test B: xxx ## Is this change properly documented? Please make sure you've properly documented the changes you're making. Don't forget to add an entry to the CHANGELOG if necessary (new features, breaking changes, relevant internal improvements). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:24:44 +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/rspotify#438
No description provided.