File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Unreleased
3+ ## v2.0.0 (2019-07-15)
44
5- ### Bug Fixes
5+ ### Bug fixes (possibly backwards incompatible)
66
77- Ensure that the OAuth client is authenticated via Authorization header as
8- described in the spec (#131 )
8+ described in the spec (#131 ).
99
1010## v1.0.1 (2019-04-12)
1111
Original file line number Diff line number Diff line change 1818
1919defp deps do
2020 # Add the dependency
21- [{:oauth2 , " ~> 1 .0" }]
21+ [{:oauth2 , " ~> 2 .0" }]
2222end
2323```
2424
@@ -170,7 +170,6 @@ defmodule GitHub do
170170
171171 def get_token (client, params, headers) do
172172 client
173- |> put_param (:client_secret , client.client_secret)
174173 |> put_header (" accept" , " application/json" )
175174 |> OAuth2 .Strategy .AuthCode .get_token (params, headers)
176175 end
Original file line number Diff line number Diff line change 11defmodule OAuth2.Mixfile do
22 use Mix.Project
33
4- @ version "1 .0.1 "
4+ @ version "2 .0.0 "
55
66 def project do
77 [
You can’t perform that action at this time.
0 commit comments