mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 08:35:49 +03:00
[PR #206] [MERGED] Add show_dialog auth url option #818
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#818
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/add-show-dialog-auth-option📝 Commits (1)
6c3c384Add 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.