summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Fixup djopenid exampleVlastimil Zíma2018-11-144-9/+65
|
* Clean other deprecationsVlastimil Zíma2018-05-311-0/+9
|
* Drop randomString functionVlastimil Zíma2018-05-161-2/+3
|
* Fix future imports in examplesVlastimil Zíma2018-05-162-5/+0
|
* Fix print statementVlastimil Zíma2018-05-113-19/+19
|
* Make iterators python3 compatibleVlastimil Zíma2018-05-114-4/+5
|
* Use six imports for fetchersVlastimil Zíma2018-05-112-3/+3
|
* Use six for URL utilitiesVlastimil Zíma2018-05-113-7/+7
|
* Transform remaining API to text stringsVlastimil Zíma2018-05-1114-7/+35
|
* Split as python-openid2 libraryVlastimil Zíma2018-04-101-1/+1
|
* Replace 'cgi.parse_qs*' functionsVlastimil Zíma2018-01-262-4/+4
|
* Replace failIfVlastimil Zíma2018-01-261-2/+2
|
* Replace failUnlessVlastimil Zíma2018-01-261-6/+5
|
* Replace failUnlessEqualVlastimil Zíma2018-01-261-6/+6
|
* Update static checksVlastimil Zíma2018-01-223-3/+0
|
* Clean djopenid and run its testsVlastimil Zíma2018-01-2214-227/+111
|
* Pepify and add flake8Vlastimil Zíma2017-11-2915-108/+118
|
* Drop support for Python <2.7Vlastimil Zíma2017-11-292-64/+48
|
* Clean imports by isortVlastimil Zíma2017-11-228-44/+49
|
* adapt djopenid example to work with django 1.4 (fixes #51)Rodrigo Primo2013-05-292-14/+18
|
* Set safe flag on html/form element so that the html won't be escaped, which ↵unknown2010-09-161-1/+1
| | | | happens by default in the latest versions of Django.
* Corrected dictionary entries in the method normalDict, which was only ↵unknown2010-09-161-1/+1
| | | | inserting the first character for each value.
* Removed/changed references to openidenabled.com. At this time, not every ↵Lilli2010-03-164-7/+5
| | | | reference has been updated.
* [project @ Django demo server: display information about PAPE request]tailor2008-10-133-0/+28
|
* [project @ Django demo server: send NIST auth level 0 PAPE response]tailor2008-10-131-0/+5
|
* [project @ djopenid.consumer.views: correct ax bugs]Kevin Turner2008-07-231-7/+8
|
* [project @ djopenid: add ax to consumer example]Kevin Turner2008-07-232-1/+35
| | | | Note: currently uses myopenid.com-compatible AX values, which are not up to date with axschema.org.
* [project @ Django demo RP: if no pape auth policies are returned, say no ↵tailor2008-07-112-9/+6
| | | | PAPE response was returned]
* [project @ djopenid.consumer.views: don't die when sreg_response is None]Kevin Turner2008-06-061-1/+1
|
* [project @ Django demo RP: update PAPE spec link]tailor2008-06-061-1/+1
|
* [project @ [API] sqlstore: Remove stale settings table SQL]tailor2008-06-051-1/+0
|
* [project @ Allow OP-driven id selection in example server]tailor2008-06-051-1/+2
|
* [project @ Update the example consumer to use the htmlMarkup method instead ↵tailor2008-05-271-12/+2
| | | | of the formMarkup method]
* [project @ update copyright dates to include 2008]tailor2008-05-272-2/+2
|
* [project @ Add stateless option to python example consumer]tailor2008-05-201-3/+9
|
* [project @ non-django consumer example: encode sreg values UTF-8, set ↵tailor2008-05-201-2/+2
| | | | content-type appropriately]
* [project @ Update Django demo RP code to use getDisplayIdentifier()]tailor2007-11-191-1/+1
|
* [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 @ Make discover example script prettier]http://j3h.us/2007-11-151-11/+21
|
* [project @ server.server.CheckIDRequest.returnToVerified: document raise of ↵Kevin Turner2007-11-153-0/+34
| | | | | | HTTPFetchingError,] update djopenid example server to catch it.
* [project @ djopenid/templates/server/idPage.html: split openid.server and ↵Kevin Turner2007-11-151-1/+4
| | | | | | openid2.provider to different elements] because older ruby-openid fails to grok this one.
* [project @ Added example script for just doing OpenID discovery]http://j3h.us/2007-11-141-0/+36
|
* [project @ openid.sreg moved to openid.extensions.sreg]Kevin Turner2007-11-144-6/+4
|
* [project @ Fixes for consumer example]tailor2007-11-131-1/+3
|
* [project @ Add return_to to the complete() call for the Django OpenID ↵http://j3h.us/2007-11-051-6/+8
| | | | consumer example]
* [project @ Update django example consumer UI to let user select PAPE policy ↵tailor2007-10-172-2/+42
| | | | URIs to request]
* [project @ Update django consumer to ask for (and display) PAPE information]tailor2007-10-162-1/+33
|
* [project @ Update example consumer to request and display PAPE information]tailor2007-10-161-2/+32
|
* [project @ Change the django example consumer to look for the correct form ↵http://j3h.us/2007-09-261-1/+1
| | | | | | | | field name] when processing OpenID initiation form. Previous patch omitted this change (it just change the name in the markup)