* ``_OPENID_ENDPOINT``: the identity provider's URI.
- .. deprecated:: 6.6
+ .. deprecated:: 6.5.8
OpenID 2.0 is no longer widely supported by identity providers.
- This class will be removed in Tornado 7.0.
+ This class will be removed in Tornado 6.7.
"""
def __init__(self) -> None:
warnings.warn(
- "OpenIdMixin is deprecated and will be removed in Tornado 7.0",
+ "OpenIdMixin is deprecated and will be removed in Tornado 6.7",
DeprecationWarning,
stacklevel=2,
)