Registry / auth-security / spotizerr-auth-phoenix

spotizerr-auth-phoenix

JSON →
library0.0.16pypypiunverified

A Spotizerr authentication utility for configuring Spotify credentials. Provides helper functions to manage OAuth tokens and refresh flows. Version 0.0.16, updated infrequently.

pip install spotizerr-auth-phoenix
INSTALL
IMPORT
SIG · SPOTIZERR-AUTH-PHO
S
spotizerr-auth-phoenix
auth-securitypythonv0.0.16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

get_spotify_token
from spotizerr_auth import get_spotify_token
from spotizerr_auth_phoenix import get_spotify_token

Obtain a Spotify access token using environment variables for credentials.

import os from spotizerr_auth_phoenix import get_spotify_token client_id = os.environ.get('SPOTIFY_CLIENT_ID', '') client_secret = os.environ.get('SPOTIFY_CLIENT_SECRET', '') token = get_spotify_token(client_id, client_secret) print(token)
Debug
Known issues
gotchaThe library uses underscores in the module name, not dots. Import with from spotizerr_auth_phoenix import ..., not spotizerr.auth.phoenix.
fix
Use correct import: from spotizerr_auth_phoenix import ...
affects: all
breakingVersion 0.0.16 removed the old `authenticate()` function; use `get_spotify_token()` and `refresh_spotify_token()` instead.
fix
Replace calls to `authenticate()` with `get_spotify_token(client_id, client_secret)`.
affects: >=0.0.16
Upgrade
Version history
0.0.16latest on PyPI · released Jan 26, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources
spotizerr-auth-phoenix — pip install spotizerr-auth-phoenix · libregistry