mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-25 23:45:52 +03:00
[PR #151] [CLOSED] Adding Authorization Code Flow with Proof Key for Code Exchange (PKCE) #271
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#271
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/ramsayleung/rspotify/pull/151
Author: @martinmake
Created: 11/8/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
904bab0Initial draft📊 Changes
3 files changed (+78 additions, -2 deletions)
View changed files
📝
Cargo.toml(+6 -1)➕
examples/pkce_oauth_tokens.rs(+59 -0)📝
src/oauth2.rs(+13 -1)📄 Description
I would start with a discussion about the user interface.
I've added an example for this feature so we can have the same context.
What do you think about it?
Should we use:
pub enum AuthorizationFlowto choose between Authorization Flows, orsecret: Option<String>(won't scale well with other Authorization Flows)?🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.