comparison mod_openid.wiki @ 107:958865cc13b3

Edited wiki page through web user interface.
author dbb.google@liqd.org
date Sun, 03 Jan 2010 01:49:40 +0000
parents 6f018f411fa5
children
comparison
equal deleted inserted replaced
106:73b69658aefe 107:958865cc13b3
22 22
23 = TODO = 23 = TODO =
24 24
25 The following is a list of the pending tasks which would have to be done to make mod_openid fully featured. They are generally ranked in order of most importance with an estimated degree of difficulty. 25 The following is a list of the pending tasks which would have to be done to make mod_openid fully featured. They are generally ranked in order of most importance with an estimated degree of difficulty.
26 26
27 # Support Prosody 0.5.x series (<font color="blue">_Medium_</font>) 27 # Support Prosody 0.6.x series (<font color="blue">_Medium_</font>)
28 # Refactor code (<font color="blue">_Medium_</font>) 28 # Refactor code (<font color="blue">_Medium_</font>)
29 * The code is pretty messy at the moment, it should be refactored to be more easily understood. 29 * The code is pretty messy at the moment, it should be refactored to be more easily understood.
30 # Disable use of "user@domain" OpenID identifier form (<font color="green">_Easy_</font>) 30 # Disable use of "user@domain" OpenID identifier form (<font color="green">_Easy_</font>)
31 * This is a vestigial feature from the early design, allowing explicit specification of the JID. However the JID can be inferred from the simpler OpenID identifier form. 31 * This is a vestigial feature from the early design, allowing explicit specification of the JID. However the JID can be inferred from the simpler OpenID identifier form.
32 # Use a cryptographically secure Pseudo Random Number Generator (PRNG) (<font color="blue">_Medium_</font>) 32 # Use a cryptographically secure Pseudo Random Number Generator (PRNG) (<font color="blue">_Medium_</font>)