{"id":28239,"library":"spotizerr-auth-phoenix","title":"Spotizerr Auth Phoenix","description":"A Spotizerr authentication utility for configuring Spotify credentials. Provides helper functions to manage OAuth tokens and refresh flows. Version 0.0.16, updated infrequently.","status":"active","version":"0.0.16","language":"python","source_language":"en","source_url":"https://github.com/spotizerr/spotizerr-auth-phoenix","tags":["spotify","auth","oauth","spotizerr","authentication"],"install":[{"cmd":"pip install spotizerr-auth-phoenix","lang":"bash","label":"PyPI install"}],"dependencies":[],"imports":[{"wrong":"from spotizerr_auth_phoenix import get_spotify_token","symbol":"get_spotify_token","correct":"from spotizerr_auth import get_spotify_token"}],"quickstart":{"code":"import os\nfrom spotizerr_auth_phoenix import get_spotify_token\n\nclient_id = os.environ.get('SPOTIFY_CLIENT_ID', '')\nclient_secret = os.environ.get('SPOTIFY_CLIENT_SECRET', '')\ntoken = get_spotify_token(client_id, client_secret)\nprint(token)","lang":"python","description":"Obtain a Spotify access token using environment variables for credentials."},"warnings":[{"fix":"Use correct import: from spotizerr_auth_phoenix import ...","message":"The library uses underscores in the module name, not dots. Import with from spotizerr_auth_phoenix import ..., not spotizerr.auth.phoenix.","severity":"gotcha","affected_versions":"all"},{"fix":"Replace calls to `authenticate()` with `get_spotify_token(client_id, client_secret)`.","message":"Version 0.0.16 removed the old `authenticate()` function; use `get_spotify_token()` and `refresh_spotify_token()` instead.","severity":"breaking","affected_versions":">=0.0.16"}],"env_vars":null,"search_vec":"'0.0.16':23 'auth':2,27 'authent':6,30 'configur':9 'credenti':11 'flow':21 'function':14 'helper':13 'infrequ':25 'manag':16 'oauth':17,28 'phoenix':3 'provid':12 'refresh':20 'spotifi':10,26 'spotizerr':1,5,29 'token':18 'updat':24 'util':7 'version':22","created_at":"2026-05-09T05:54:27.996418+00:00","updated_at":"2026-05-09T05:54:27.996418+00:00","problems":{"verify_error":"Traceback (most recent call last):\n  File \"<string>\", line 1, in <module>\nImportError: cannot import name 'get_spotify_token' from 'spotizerr_auth' (/tmp/tmp5ltqu186/venv/lib/python3.12/site-packages/spotizerr_auth/__init__.py)"},"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":"","cli_version":null,"type":"library","homepage":"https://lavaforge.org/spotizerrphoenix/spotizerr-auth-phoenix","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/spotizerr-auth-phoenix/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["auth-security"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"import_fail","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-07-10","install_tag":null}}