gitextract_jwgh7fao/ ├── .env_sample ├── .formatter.exs ├── .github/ │ ├── dependabot.yml │ └── workflows/ │ └── ci.yml ├── .gitignore ├── .travis.yml ├── LICENSE ├── README.md ├── config/ │ ├── config.exs │ └── test.exs ├── create-google-app-guide.md ├── lib/ │ ├── elixir_auth_google.ex │ └── httpoison_mock.ex ├── mix.exs └── test/ ├── elixir_auth_google_test.exs └── test_helper.exs