[PR #428] [MERGED] fix PKCE url in doc #448

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

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/428
Author: @nim65s
Created: 6/25/2023
Status: Merged
Merged: 6/25/2023
Merged by: @ramsayleung

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

📝 CHANGELOG.md (+1 -0)
📝 src/lib.rs (+1 -1)

📄 Description

Description

fix pkce url in doc

Motivation and Context

Opening links in https://docs.rs/rspotify/latest/rspotify/ redirect twice to the same page, instead of 2 different ones

Dependencies

Type of change

  • 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?

Opened a that link in firefox.

Before: got a "Authorization Code Flow" page
After: got a "Authorization Code with PKCE Flow" page

Is this change properly documented?

yes


🔄 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/428 **Author:** [@nim65s](https://github.com/nim65s) **Created:** 6/25/2023 **Status:** ✅ Merged **Merged:** 6/25/2023 **Merged by:** [@ramsayleung](https://github.com/ramsayleung) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`2a49f3c`](https://github.com/ramsayleung/rspotify/commit/2a49f3c4b6de2717cbc8a1a71b424c1286c8eaf4) fix pkce url in doc ### 📊 Changes **2 files changed** (+2 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `src/lib.rs` (+1 -1) </details> ### 📄 Description ## Description fix pkce url in doc ## Motivation and Context Opening links in https://docs.rs/rspotify/latest/rspotify/ redirect twice to the same page, instead of 2 different ones ## Dependencies ## Type of change - [x] 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? Opened a that link in firefox. Before: got a "Authorization Code Flow" page After: got a "Authorization Code with PKCE Flow" page ## Is this change properly documented? yes --- <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:46 +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#448
No description provided.