gitextract_b905nxjk/ ├── .github/ │ ├── FUNDING.yml │ └── workflows/ │ └── main.yml ├── .gitignore ├── .rspec ├── .rubocop.yml ├── CHANGELOG.md ├── Gemfile ├── LICENSE.md ├── README.md ├── Rakefile ├── SECURITY.md ├── lib/ │ ├── omniauth/ │ │ └── strategies/ │ │ └── oauth2.rb │ ├── omniauth-oauth2/ │ │ └── version.rb │ └── omniauth-oauth2.rb ├── omniauth-oauth2.gemspec └── spec/ ├── helper.rb └── omniauth/ └── strategies/ └── oauth2_spec.rb