github spotipy-dev/spotipy 2.13.0
2.13: Implicit Grant Flow

latest releases: 2.24.0, 2.23.0, 2.22.1...
4 years ago

Added

  • Added SpotifyImplicitGrant as an auth manager option. It provides
    user authentication without a client secret but sacrifices the ability
    to refresh the token without user input. (However, read the class
    docstring for security advisory.)
  • Added built-in verification of the state query parameter
  • Added two new attributes: error and error_description to SpotifyOauthError exception class to show
    authorization/authentication web api errors details.
  • Added SpotifyStateError subclass of SpotifyOauthError
  • Allow extending SpotifyClientCredentials and SpotifyOAuth
  • Added the market parameter to album_tracks

Don't miss a new spotipy release

NewReleases is sending notifications on new releases.