Skip to content
Snippets Groups Projects
Commit 412ece18 authored by David Baker's avatar David Baker
Browse files

Add commentage.

parent 03c4f0ed
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,10 @@ class AuthHandler(BaseHandler):
@defer.inlineCallbacks
def add_oob_auth(self, stagetype, authdict, clientip):
"""
Adds the result of out-of-band authentication into an existing auth
session. Currently used for adding the result of fallback auth.
"""
if stagetype not in self.checkers:
raise LoginError(400, "", Codes.MISSING_PARAM)
if 'session' not in authdict:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment