Re: ANN qarth 0.1.0, an OAuth library

2015-02-02 Thread Ricardo Acuna
Hi I think that Qarth is really great, but I'm having trouble with Scribe. I'm trying to get Khan Academy's OAuth API working, and I have a clj-oauth workflow that get's me an access token, but I haven't been able to set it up such that I send a simple GET request through. I found out this guy

Re: ANN qarth 0.1.0, an OAuth library

2014-07-25 Thread Mike Thvedt
Hi Plínio, Thanks for the question. I considered writing Ring handlers for Qarth, but since most people would either use Friend or have custom Ring handlers anyway, the advantage was unclear. However, Qarth was written s.t. a small set of auth-related methods can be adapted to any OAuth provide

Re: ANN qarth 0.1.0, an OAuth library

2014-07-25 Thread Plínio Balduino
Hi, Fred I never used Friend and I don't have parameters to compare so, why Qarth? I didn't get the "Qarth's goal is to fix the problem of Ring/Compojure and/or Friend apps reinventing the wheel for OAuth." explanation. Regards Plínio On Fri, Jul 25, 2014 at 3:47 AM, Robin Heggelund Hansen <

Re: ANN qarth 0.1.0, an OAuth library

2014-07-24 Thread Robin Heggelund Hansen
I was just looking for a OAuth library, this looks great! kl. 19:15:11 UTC+2 torsdag 24. juli 2014 skrev Mike Thvedt følgende: > > Qarth is a simple interface to OAuth. Qarth's goal is to fix the problem > of Ring/Compojure and/or Friend apps reinventing the wheel for OAuth. > > Qarth features ze

ANN qarth 0.1.0, an OAuth library

2014-07-24 Thread Mike Thvedt
Qarth is a simple interface to OAuth. Qarth's goal is to fix the problem of Ring/Compojure and/or Friend apps reinventing the wheel for OAuth. Qarth features zero-effort Friend integration. The interactive auth flow in "friendless" Qarth is two or three lines of code plus configuration. All OAu