Skip to content

fastapi_sso.sso.yandex

Yandex SSO Login Helper.

YandexSSO

Bases: SSOBase

Class providing login using Yandex OAuth.

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.