[PR #206] [MERGED] Add show_dialog auth url option #818

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

📋 Pull Request Information

Original PR: https://github.com/spotipy-dev/spotipy/pull/206
Author: @tdhooper
Created: 8/2/2017
Status: Merged
Merged: 9/17/2017
Merged by: @plamere

Base: masterHead: feature/add-show-dialog-auth-option


📝 Commits (1)

  • 6c3c384 Add show_dialog auth url option

📊 Changes

2 files changed (+21 additions, -1 deletions)

View changed files

📝 spotipy/oauth2.py (+3 -1)
📝 tests/test_oauth.py (+18 -0)

📄 Description

Optional. Whether or not to force the user to approve the app again if they’ve already done so. If false (default), a user who has already approved the application may be automatically redirected to the URI specified by redirect_uri. If true, the user will not be automatically redirected and will have to approve the app again.

From https://developer.spotify.com/web-api/authorization-guide/


🔄 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/206 **Author:** [@tdhooper](https://github.com/tdhooper) **Created:** 8/2/2017 **Status:** ✅ Merged **Merged:** 9/17/2017 **Merged by:** [@plamere](https://github.com/plamere) **Base:** `master` ← **Head:** `feature/add-show-dialog-auth-option` --- ### 📝 Commits (1) - [`6c3c384`](https://github.com/spotipy-dev/spotipy/commit/6c3c384bf0b662c42233777f8921a07b39b79d37) Add show_dialog auth url option ### 📊 Changes **2 files changed** (+21 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `spotipy/oauth2.py` (+3 -1) 📝 `tests/test_oauth.py` (+18 -0) </details> ### 📄 Description Optional. Whether or not to force the user to approve the app again if they’ve already done so. If false (default), a user who has already approved the application may be automatically redirected to the URI specified by redirect_uri. If true, the user will not be automatically redirected and will have to approve the app again. From https://developer.spotify.com/web-api/authorization-guide/ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:01:54 +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#818
No description provided.