[PR #556] [MERGED] Add code parameter to get_access_token of SpotifyPKCE #936

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

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/556
Author: @IdmFoundInHim
Created: 8/17/2020
Status: Merged
Merged: 8/24/2020
Merged by: @stephanebruckert

Base: masterHead: pkce-refinement


📝 Commits (2)

  • 62b2547 Add code parameter to oauth2.SpotifyPKCE.get_access_token
  • 83f6948 Fix the PKCE integration test cache

📊 Changes

2 files changed (+11 additions, -6 deletions)

View changed files

📝 spotipy/oauth2.py (+10 -5)
📝 tests/integration/test_user_endpoints.py (+1 -1)

📄 Description

This parameter is helpful for any program which cannot use the built-in authentication process and provides feature parity with the Auth Code flow.


🔄 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/spotipy-dev/spotipy/pull/556 **Author:** [@IdmFoundInHim](https://github.com/IdmFoundInHim) **Created:** 8/17/2020 **Status:** ✅ Merged **Merged:** 8/24/2020 **Merged by:** [@stephanebruckert](https://github.com/stephanebruckert) **Base:** `master` ← **Head:** `pkce-refinement` --- ### 📝 Commits (2) - [`62b2547`](https://github.com/spotipy-dev/spotipy/commit/62b25471523a5d99b8cb7d41da92c2c0d74bb416) Add code parameter to oauth2.SpotifyPKCE.get_access_token - [`83f6948`](https://github.com/spotipy-dev/spotipy/commit/83f694869b3b1eacc3f6a9fadd032537e3812381) Fix the PKCE integration test cache ### 📊 Changes **2 files changed** (+11 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `spotipy/oauth2.py` (+10 -5) 📝 `tests/integration/test_user_endpoints.py` (+1 -1) </details> ### 📄 Description This parameter is helpful for any program which cannot use the built-in authentication process and provides feature parity with the Auth Code flow. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:02:45 +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/spotipy#936
No description provided.