I am building an Ruby application using Sinatra (over Rack/Thin) and I want to implement OAuth to allow access to resources on the server. I have found this gem, but I am now looking for documentation on actually implementing the provider -- but all I've found is a blatant lack of anything not regarding Rails.

Google was not help either. Could you point to some documentation or tutorial?

link|improve this question

78% accept rate
feedback

1 Answer

up vote 3 down vote accepted

Have you seen the OAuth2-provider gems? https://github.com/songkick/oauth2-provider and https://github.com/freerange/oauth2-provider ?

Just starting the process myself, and that's where I've seen my path heading.

link|improve this answer
I am no longer looking at this, but it looks like what I'd been wanting. – Félix Saparelli May 19 '11 at 18:10
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.