According to the OAuth spec; a nonce "is unique for all requests with that
timestamp".
However, OAuthDataStore.lookup_nonce is passed only the consumer, token,
and nonce; none of which provide the relevant oauth_timestamp.
Hence, using the library as it stands, the nonce cannot actually be
validated as per the spec.
Original issue reported on code.google.com by raumkraut on 12 Oct 2009 at 12:30
Original issue reported on code.google.com by
raumkraut
on 12 Oct 2009 at 12:30