authnzerver.handlers module¶
These are handlers for the authnzerver.
-
class
authnzerver.handlers.AuthHandler(application: tornado.web.Application, request: tornado.httputil.HTTPServerRequest, **kwargs)[source]¶ Bases:
tornado.web.RequestHandler,authnzerver.ratelimit.RateLimitMixin,authnzerver.ratelimit.UserLockMixinThis handles the actual auth requests.