[PR #1098] [CLOSED] Create credentials from access token #1233

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

📋 Pull Request Information

Original PR: https://github.com/librespot-org/librespot/pull/1098
Author: @kingosticks
Created: 1/13/2023
Status: Closed

Base: devHead: credentials_with_access_token


📝 Commits (2)

  • b12b16f Create credentials from access token
  • cc9611f Make Credentials.username optional.

📊 Changes

5 files changed (+54 additions, -27 deletions)

View changed files

📝 core/src/authentication.rs (+17 -9)
📝 core/src/connection/mod.rs (+7 -5)
📝 core/src/session.rs (+3 -2)
📝 examples/get_token.rs (+26 -10)
📝 src/main.rs (+1 -1)

📄 Description

New API method and example relating to https://github.com/librespot-org/librespot/issues/1086


🔄 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/librespot-org/librespot/pull/1098 **Author:** [@kingosticks](https://github.com/kingosticks) **Created:** 1/13/2023 **Status:** ❌ Closed **Base:** `dev` ← **Head:** `credentials_with_access_token` --- ### 📝 Commits (2) - [`b12b16f`](https://github.com/librespot-org/librespot/commit/b12b16ff4cfc149b43d0f42db9123102d51c023c) Create credentials from access token - [`cc9611f`](https://github.com/librespot-org/librespot/commit/cc9611f56fb7626f9d1e11e3f8c4c0df74140fdf) Make Credentials.username optional. ### 📊 Changes **5 files changed** (+54 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `core/src/authentication.rs` (+17 -9) 📝 `core/src/connection/mod.rs` (+7 -5) 📝 `core/src/session.rs` (+3 -2) 📝 `examples/get_token.rs` (+26 -10) 📝 `src/main.rs` (+1 -1) </details> ### 📄 Description New API method and example relating to https://github.com/librespot-org/librespot/issues/1086 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:01:40 +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/librespot#1233
No description provided.