~jsjgruber/ubuntu/oneiric/couchdb/couchdb.fix780972.r1039345

« back to all changes in this revision

Viewing changes to src/erlang-oauth/oauth_plaintext.erl

  • Committer: John S Gruber
  • Date: 2011-09-08 16:45:40 UTC
  • Revision ID: johnsgruber@gmail.com-20110908164540-cuzteeouhounbayt
Backport svn r1039345 from 1.0.3., fixing LP: #780972.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
  oauth_uri:calate("&", [CS, TS]).
8
8
 
9
9
verify(Signature, CS, TS) ->
10
 
  couch_util:verify(signature(CS, TS), Signature).
 
10
  Signature =:= signature(CS, TS).