We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65d890 commit fb5a9bcCopy full SHA for fb5a9bc
1 file changed
lib/ueberauth/strategy/github/oauth.ex
@@ -16,7 +16,8 @@ defmodule Ueberauth.Strategy.Github.OAuth do
16
strategy: __MODULE__,
17
site: "https://api.github.com",
18
authorize_url: "https://github.com/login/oauth/authorize",
19
- token_url: "https://github.com/login/oauth/access_token"
+ token_url: "https://github.com/login/oauth/access_token",
20
+ headers: [{"user-agent", "ueberauth-github"}]
21
]
22
23
@doc """
0 commit comments