Home | Trees | Indices | Help |
---|
|
unittest.TestCase --+ | TestCheckAuth
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Don't validate the same response twice. From "Checking the Nonce": When using "check_authentication", the OP MUST ensure that an assertion has not yet been accepted with the same value for "openid.response_nonce". In this implementation, the assoc_handle is only valid once. And nonces are a signed component of the message, so they can't be used with another handle without breaking the sig. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Sep 1 23:34:52 2014 | http://epydoc.sourceforge.net |