[GH-ISSUE #81] Possible/sensible to also cache/save ZeroConf credentials? #61

Closed
opened 2026-02-28 14:25:02 +03:00 by kerem · 1 comment
Owner

Originally created by @felixstorm on GitHub (Sep 7, 2024).
Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/81

To me it seems like this would open up a simpler option for permanently authenticating especially headless devices externally without having to resort to OAuth2 and to copying URLs around and using curl.

Or am I missing something here and this would not make sense or would not work for some reason?

Originally created by @felixstorm on GitHub (Sep 7, 2024). Original GitHub issue: https://github.com/devgianlu/go-librespot/issues/81 To me it seems like this would open up a simpler option for permanently authenticating especially headless devices externally without having to resort to OAuth2 and to [copying URLs around and using curl](https://github.com/devgianlu/go-librespot/issues/64#issuecomment-2302636971). Or am I missing something here and this would not make sense or would not work for some reason?
kerem 2026-02-28 14:25:02 +03:00
Author
Owner

@devgianlu commented on GitHub (Sep 29, 2024):

Should be implemented! You can enable this behaviour with

credentials:
  type: zeroconf
  zeroconf:
    persist_credentials: true
<!-- gh-comment-id:2381370305 --> @devgianlu commented on GitHub (Sep 29, 2024): Should be implemented! You can enable this behaviour with ```yaml credentials: type: zeroconf zeroconf: persist_credentials: true ```
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/go-librespot#61
No description provided.