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?