You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OAuthenticator.authenticate function is not supposed to be overridden, instead the subclasses are to override functions introduced in this project and called from the OAuthenticator.authenticate and check_allowed which is introduced in the Authenticator and overridden by OAuthenticator, and supposed to be overridden again by subclasses.
This section would be relevant to have if writing a tutorial on how to write a custom authenticator.
The text was updated successfully, but these errors were encountered:
The OAuthenticator.authenticate function is not supposed to be overridden, instead the subclasses are to override functions introduced in this project and called from the
OAuthenticator.authenticate
andcheck_allowed
which is introduced in theAuthenticator
and overridden byOAuthenticator
, and supposed to be overridden again by subclasses.This section would be relevant to have if writing a tutorial on how to write a custom authenticator.
The text was updated successfully, but these errors were encountered: