summaryrefslogtreecommitdiff
path: root/examples/server.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix future imports in examplesVlastimil Zíma2018-05-161-3/+0
|
* Fix print statementVlastimil Zíma2018-05-111-2/+2
|
* Make iterators python3 compatibleVlastimil Zíma2018-05-111-1/+1
|
* Use six imports for fetchersVlastimil Zíma2018-05-111-1/+2
|
* Use six for URL utilitiesVlastimil Zíma2018-05-111-1/+1
|
* Transform remaining API to text stringsVlastimil Zíma2018-05-111-0/+2
|
* Replace 'cgi.parse_qs*' functionsVlastimil Zíma2018-01-261-3/+3
|
* Pepify and add flake8Vlastimil Zíma2017-11-291-32/+30
|
* Drop support for Python <2.7Vlastimil Zíma2017-11-291-30/+22
|
* Clean imports by isortVlastimil Zíma2017-11-221-9/+11
|
* Removed/changed references to openidenabled.com. At this time, not every ↵Lilli2010-03-161-2/+1
| | | | reference has been updated.
* [project @ Allow OP-driven id selection in example server]tailor2008-06-051-1/+2
|
* [project @ update copyright dates to include 2008]tailor2008-05-271-1/+1
|
* [project @ openid.sreg moved to openid.extensions.sreg]Kevin Turner2007-11-141-1/+1
|
* [project @ Better error message for example server assertion]http://j3h.us/2007-08-291-1/+1
|
* [project @ examples/server.py ServerHandler.isAuthorized: add missing 'id/' ↵Kevin Turner2007-06-231-1/+1
| | | | | | to url comparsion] thanks to Frederic Pauget for finding this.
* [project @ examples/server.py: make assumption that urls match explicit with ↵Kevin Turner2007-06-231-0/+3
| | | | | | an assert.] test.test_examples: use 'localhost' in the endpoint base URL, not '127.0.0.1'
* [project @ examples/server.py: add /id to 'logged in as' link]Kevin Turner2007-06-231-1/+1
|
* [project @ examples/server.py: add missing request reference to addSRegResponse]Kevin Turner2007-06-221-3/+3
|
* [project @ Removed sendSRegFields, added OpenIDResponse.addExtension]tailor2007-05-071-3/+5
|
* [project @ examples/server.py: add /signon/1.0 type to user XRDS]Kevin Turner2007-05-031-1/+3
|
* [project @ Fix simple registration API to use toMessage()]tailor2007-04-161-1/+1
|
* [project @ Fix reference bug in example server]tailor2007-04-051-4/+4
|
* [project @ Use type URI constants to generate XRDS]tailor2007-04-051-4/+5
|
* [project @ Make server example send an sreg response if one is requested]Josh Hoyt2007-03-301-14/+24
| | | | | | | It only returns the nickname field, but I think that's good enough to get the point across. Also: * Fix username "id/" mangling bug * Fix behaviour of approve once
* [project @ Simple-registration-related updates to the example consumer and ↵Josh Hoyt2007-03-191-10/+15
| | | | server]
* [project @ Whitespace in server example]Josh Hoyt2007-03-191-4/+4
|
* [project @ Make the example server not remember the decision by default]Josh Hoyt2007-02-161-3/+3
|
* [project @ examples/server: server advertises itself as v2, so replace ↵Kevin Turner2007-01-151-3/+1
| | | | openid:Delegate with LocalID]
* [project @ examples/server: reorganize to pass endpoint url to server.Server.]Kevin Turner2007-01-131-7/+12
| | | | | | a chicken-and-egg situation here, httpserver wanted oidserver to be constructed first, and oidserver wanted httpserver to be constructed first. Is that going to be a common problem?
* [project @ examples/server.main: remove unused code]Kevin Turner2007-01-131-4/+0
|
* [project @ Use API calls to sent Content-type header and begin body]tailor2006-10-281-4/+3
|
* [project @ examples/server.py: remove unused import]Kevin Turner2006-08-311-3/+2
| | | | and fix syntax error
* [project @ Add request method idSelect to indicate IDP is to choose identifier]tailor2006-08-281-3/+2
|
* [project @ Example server ID selection works]tailor2006-08-281-12/+13
|
* [project @ Server example serves user and server yadis]tailor2006-08-251-8/+68
|
* [project @ Directed ID in server example]tailor2006-08-251-3/+34
|
* [project @ examples/server.py: use simpler form for setup_url with immediate ↵Kevin Turner2006-05-101-5/+2
| | | | mode]
* [project @ s/OpenIDServer/Server/]Kevin Turner2006-05-051-1/+1
|
* [project @ Make the examples tell the user about installing the library if ↵Josh Hoyt2006-04-271-0/+14
| | | | it cannot be imported.]
* [project @ Improve the server example's text for requests to the endpoint ↵Josh Hoyt2006-04-271-5/+29
| | | | URL with no openid arguments]
* [project @ Make the example server properly handle ProtocolError and cases ↵Josh Hoyt2006-04-271-2/+18
| | | | with no OpenID arguments.]
* [project @ rename examples/server2.py to examples/server.py]Kevin Turner2006-04-191-0/+559
|
* [project @ remove old server example]Kevin Turner2006-04-191-562/+0
|
* [project @ Fix OpenID server example, and make it clearer what it's doing.]tailor2005-12-021-2/+5
|
* [project @ update server example to work with new server api]tailor2005-12-011-108/+133
|
* [project @ Do not depend on xml.sax.saxutils for examples (not present in ↵Josh Hoyt2005-11-231-2/+4
| | | | some Python versions)]
* [project @ Remove redundant code from server example]Josh Hoyt2005-11-181-4/+0
|
* [project @ shorten a long line]tailor2005-11-181-1/+3
|
* [project @ Make title of server example pages be consistent with consumer]tailor2005-11-171-1/+1
|