drone29a / clj-oauth

OAuth Consumer support for Clojure
BSD 2-Clause "Simplified" License
273 stars 52 forks source link

two legged OAuth (signing requests) #43

Closed arnoblalam closed 2 years ago

arnoblalam commented 9 years ago

I want to use this library to do what Yahoo! calls two-legged OAuth requests (or actually just signing my requests with my consumer key and secret). Does this library provide a way to do this?