Subject: | Net::OpenID::Consumer does not use a nonce to prevent replay attacks |
Currently Net::OpenID::Consumer is completely ignoring the
response_nonce sent by the server and not including a nonce of its own.
It *does* use a proprietary mechanism to include a timestamp, which at
least limits the window of time for a replay attack.