To see how to use it in a noir context I created this demo app:

https://github.com/pelle/oauthentic-demo/blob/master/src/oauthentic_demo/views/welcome.clj#L32

It authenticates to GitHub with OAuth2

Try it out here: http://oauthentic.herokuapp.com/

P

On Wed, Jun 6, 2012 at 4:47 PM, Pelle Braendgaard
<pe...@stakeventures.com>wrote:

> I've written a simple OAuth2 library oauthentic
> https://github.com/pelle/oauthentic which should make it easy to connect
> to at least Facebook as it only supports oauth2.
>
> I started investigating connecting it with friend and it looks pretty
> simple, but haven't currently got any time to do so.
>
> P
>
>
> On Mon, Jun 4, 2012 at 6:23 PM, DAemon <forsakendae...@gmail.com> wrote:
>
>> Hi Chas,
>>
>> Was wondering whether there's been any work on extending Friend to OAuth
>> stuff yet - I'm looking at implementing something that requires
>> authentication with Twitter or Facebook, and haven't quite got my head
>> around all the steps required to implement it myself...
>>
>> Thanks!
>>
>> - David
>>
>> On Thu, Apr 12, 2012 at 12:59 AM, Chas Emerick <c...@cemerick.com> wrote:
>>
>>>  For your consideration, a new library <http://wp.me/p10OJi-d6>:
>>>
>>>  I’m hoping this can eventually be
>>> a warden/spring-security/everyauth /omniauth for Clojure; that is, a common
>>> abstraction for authentication and authorization mechanisms.  Clojure has
>>> been around long enough that adding pedestrian things like form and HTTP
>>> Basic and $AUTH_METHOD_HERE to a Ring application should be easy.  Right
>>> now, it’s not: either you’re pasting together a bunch of different
>>> libraries that don’t necessarily compose well together, or you get drawn
>>> into shaving the authentication and authorization yaks for the fifth time
>>> in your life so you can sleep well at night.
>>>
>>> Hopefully Friend will make this a solved problem, or at least push
>>> things in that direction.
>>>
>>>
>>> Read more here: http://wp.me/p10OJi-d6
>>>
>>> Cheers,
>>>
>>> - Chas
>>>
>>> --
>>> http://cemerick.com
>>> [Clojure Programming from O'Reilly](http://www.clojurebook.com)
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Clojure" group.
>>> To post to this group, send email to clojure@googlegroups.com
>>> Note that posts from new members are moderated - please be patient with
>>> your first post.
>>> To unsubscribe from this group, send email to
>>> clojure+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/clojure?hl=en
>>
>>
>>  --
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clojure@googlegroups.com
>> Note that posts from new members are moderated - please be patient with
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>>
>
>
>
> --
> http://picomoney.com - A whole new kind of money
> http://payglo.be - Blog about payments from a global perspective
>
>


-- 
http://picomoney.com - A whole new kind of money
http://payglo.be - Blog about payments from a global perspective

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to