Requiring OmniAuth
A small note in the “in case I need this again” category. I’m writing a Sinatra app and want to add Twitter OAuth for signing in. A good way to do this appears to be with the omniauth gem but I ran into an issue. require ‘oa-oauth’ is the documented way to require the right […]
