omniauth-oauth
omniauth-oauth copied to clipboard
Should subclasses be added to Strategies?
OmniAuth.strategies
should (I think?) include a list of all available strategies. However, descendants of OmniAuth::Strategies::OAuth
aren't included because `OmniAuth::Strategy:: only is called for the first class including it, not its descendants.
OmniAuth::Strategies::OAuth2
has a fix, I'm wondering if this should apply here as well?