Skip to content

fastapi_sso.sso.spotify

Spotify SSO Login Helper.

Classes:

Name Description
SpotifySSO

Class providing login via Spotify OAuth.

SpotifySSO

Bases: SSOBase

Class providing login via Spotify OAuth.

Methods:

Name Description
get_discovery_document

Get document containing handy urls.

openid_from_response

Return OpenID from user information provided by Spotify.

get_discovery_document() async

Get document containing handy urls.

openid_from_response(response, session=None) async

Return OpenID from user information provided by Spotify.