Home | History | Annotate | Download | only in auth

Lines Matching defs:consumer

5 OpenID Authentication (Consumer)
25 This module is based highly off the consumer.py that Python OpenID comes with.
77 from openid.consumer import consumer
82 This middleware implements OpenID Consumer behavior to authenticate a
113 self.oidconsumer = consumer.OpenIDConsumer(store)
198 if status in [consumer.HTTP_FAILURE, consumer.PARSE_ERROR]:
199 if status == consumer.HTTP_FAILURE:
206 elif status == consumer.SUCCESS:
243 if status == consumer.FAILURE and info:
250 elif status == consumer.SUCCESS:
311 status='200 OK', title="Python OpenID Consumer"):
362 This example consumer uses the <a