I am building a Ruby application using Sinatra (on top of Rack / Thin), and I want to implement OAuth to allow access to resources on the server. I found this gem, but now I am looking for documentation on the actual implementation of the provider, but all I found is a blatant lack of anything related to rails.
Google didn't help either. Could you point out some kind of documentation or tutorial?
source share