Authorization & authentication in Twisted.
Imported modules
|
|
import md5
import random
from twisted.cred.authorizer import Authorizer, DefaultAuthorizer
from twisted.cred.identity import Identity
from twisted.cred.perspective import Perspective
from twisted.cred.service import Service
from twisted.cred.util import Unauthorized, respond, challenge
from twisted.python import log
|
|