Skip to content

fastapi_sso.sso.yandex

Yandex SSO Login Helper.

Classes:

Name Description
YandexSSO

Class providing login using Yandex OAuth.

YandexSSO

Bases: SSOBase

Class providing login using Yandex OAuth.

Methods:

Name Description
get_discovery_document

Override the discovery document method to return Yandex OAuth endpoints.

openid_from_response

Converts Yandex user info response to OpenID object.

get_discovery_document() async

Override the discovery document method to return Yandex OAuth endpoints.

openid_from_response(response, session=None) async

Converts Yandex user info response to OpenID object.