Skip to content

2.13: Implicit Grant Flow

Compare
Choose a tag to compare
@stephanebruckert stephanebruckert released this 25 Jun 21:09
· 179 commits to master since this release

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