summaryrefslogtreecommitdiff
path: root/examples/consumer.py
Commit message (Expand)AuthorAgeFilesLines
* Drop randomString functionVlastimil Zíma2018-05-161-2/+3
* Fix future imports in examplesVlastimil Zíma2018-05-161-2/+0
* Fix print statementVlastimil Zíma2018-05-111-2/+2
* Use six imports for fetchersVlastimil Zíma2018-05-111-2/+1
* Use six for URL utilitiesVlastimil Zíma2018-05-111-4/+5
* Transform remaining API to text stringsVlastimil Zíma2018-05-111-1/+5
* Split as python-openid2 libraryVlastimil Zíma2018-04-101-1/+1
* Replace 'cgi.parse_qs*' functionsVlastimil Zíma2018-01-261-1/+1
* Pepify and add flake8Vlastimil Zíma2017-11-291-12/+16
* Drop support for Python <2.7Vlastimil Zíma2017-11-291-34/+26
* Clean imports by isortVlastimil Zíma2017-11-221-10/+11
* Removed/changed references to openidenabled.com. At this time, not every ref...Lilli2010-03-161-3/+2
* [project @ Update the example consumer to use the htmlMarkup method instead o...tailor2008-05-271-12/+2
* [project @ update copyright dates to include 2008]tailor2008-05-271-1/+1
* [project @ Add stateless option to python example consumer]tailor2008-05-201-3/+9
* [project @ non-django consumer example: encode sreg values UTF-8, set content...tailor2008-05-201-2/+2
* [project @ Update non-Django demo RP code to use getDisplayIdentifier()]tailor2007-11-191-4/+1
* [project @ Update example consumer to show display_identifier]tailor2007-11-191-5/+10
* [project @ openid.sreg moved to openid.extensions.sreg]Kevin Turner2007-11-141-2/+1
* [project @ Fixes for consumer example]tailor2007-11-131-1/+3
* [project @ Update example consumer to request and display PAPE information]tailor2007-10-161-2/+32
* [project @ examples/consumer.py: css fix]Kevin Turner2007-09-101-2/+2
* [project @ examples/consumer.py: remove unused import]Kevin Turner2007-05-091-2/+1
* [project @ Fix rogue name in example consumer]tailor2007-05-071-1/+1
* [project @ examples/consumer.py: remove reference to HTTPFetchingError and op...Kevin Turner2007-04-131-8/+1
* [project @ update copyright]Kevin Turner2007-04-131-1/+1
* [project @ examples/consumer: SetupNeededResponse.setup_url is None in OpenID...Kevin Turner2007-04-021-2/+7
* [project @ Fix sreg display (to match sreg api change)]Josh Hoyt2007-03-301-1/+1
* [project @ update consumer example to match current sreg API]Josh Hoyt2007-03-231-1/+1
* [project @ Simple-registration-related updates to the example consumer and se...Josh Hoyt2007-03-191-34/+28
* [project @ Make example consumer use redirects for OpenID 1]Josh Hoyt2007-02-161-3/+10
* [project @ Fix import in example consumer so that it imports with Python <2.4]Josh Hoyt2007-02-151-2/+2
* [project @ Make the example consumer use a MemoryStore by default]Josh Hoyt2007-02-151-4/+7
* [project @ examples/consumer: unicode, fixes #2284]Kevin Turner2007-01-171-2/+2
* [project @ API CHANGE: Reinstate SuccessResponse.extensionResponse() and impl...tailor2007-01-091-1/+1
* [project @ Add failure response message to example consumer failure output]tailor2007-01-031-2/+3
* [project @ Make it possible to force the consumer example to use the python f...tailor2006-12-041-3/+12
* [project @ examples/consumer: add an /affiliate page to help exercise myopeni...Kevin Turner2006-11-271-0/+19
* [project @ examples/consumer: s/openid_url/openid_identifier/ in the input form]Kevin Turner2006-11-271-3/+3
* [project @ examples/server.py: remove unused import]Kevin Turner2006-08-311-2/+2
* [project @ Merge yadis and urljr]tailor2006-08-241-2/+2
* [project @ Replace redirect with autoSubmit form in example]tailor2006-08-241-10/+10
* [project @ update example with new extension style]tailor2006-08-231-1/+1
* [project @ resolve conflict in examples/consumer (sreg vs. canonicalID)]Kevin Turner2006-08-211-0/+8
* [project @ Added simple registration request/response to example consumer]Josh Hoyt2006-07-261-9/+70
* [project @ examples/consumer.py: add CanonicalID for i-names]Kevin Turner2006-08-181-0/+7
* [project @ resolve conflict in consumer example]Kevin Turner2006-07-281-3/+4
* [project @ example consumer: update library URL. Closes #1014.]Kevin Turner2006-07-271-1/+1
* [project @ Fix strings in consumer example that said URL instead of identifier]Josh Hoyt2006-07-251-5/+5
* [project @ reinstate the constants used for status on the consumer's response...Josh Hoyt2006-05-081-3/+3