Skip to content

Instantly share code, notes, and snippets.

@softberries
Last active January 13, 2023 08:39
Show Gist options
  • Save softberries/0bda3c3f1dae74bae37225608465e9bc to your computer and use it in GitHub Desktop.
Save softberries/0bda3c3f1dae74bae37225608465e9bc to your computer and use it in GitHub Desktop.
config :ueberauth, Ueberauth,
providers: [
github: {Ueberauth.Strategy.Github, [default_scope: "user:email"]}
]
config :ueberauth, Ueberauth.Strategy.Github.OAuth,
client_id: "your-client-id",
client_secret: "your-client-secret"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment