require 'omniauth-oauth2' module OmniAuth module Strategies class Streamlabs < OmniAuth::Strategies::OAuth2 end end end