mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #239] [MERGED] Attempt 2 at simplifying the token reauth #330
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#330
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/239
Author: @marioortizmanero
Created: 8/7/2021
Status: ✅ Merged
Merged: 8/8/2021
Merged by: @ramsayleung
Base:
ramsay_support_refresh_token← Head:refresh-token-simpler-2📝 Commits (4)
7082eb0Attempt 2 at simplifying code7d2a122Nicer initialization for testsce68bd7Merge branch 'ramsay_support_refresh_token' into refresh-token-simpler-286eb6cdFix tests📊 Changes
11 files changed (+96 additions, -125 deletions)
View changed files
📝
examples/ureq/search.rs(+1 -1)📝
examples/ureq/threading.rs(+1 -1)📝
examples/with_auto_reauth.rs(+1 -11)📝
examples/with_refresh_token.rs(+2 -11)📝
src/auth_code.rs(+22 -40)📝
src/auth_code_pkce.rs(+20 -38)📝
src/client_creds.rs(+8 -0)📝
src/clients/base.rs(+13 -0)📝
src/clients/oauth.rs(+19 -8)📝
tests/test_with_credential.rs(+1 -1)📝
tests/test_with_oauth.rs(+8 -14)📄 Description
This is a WIP attempt to simplify the code at #224
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
Copytypes #400