dwyl / elixir-auth-github

:octocat: Minimalist GitHub OAuth Authentication for Elixir Apps. Tested, Documented & Maintained. Setup in 5 mins. 🚀
GNU General Public License v2.0
38 stars 4 forks source link

Replace Poison with Jason #54

Closed nelsonic closed 3 years ago

nelsonic commented 3 years ago

As noted by @abradburne in https://github.com/dwyl/elixir-auth-google/pull/48 Jason is the default JSON library in Phoenix So replacing it in this project will mean one fewer dependency in the projects that "consume" (use) the package.

Todo

nelsonic commented 3 years ago

Included in PR https://github.com/dwyl/elixir-auth-github/pull/53 ✅

nelsonic commented 3 years ago

Package published to https://hex.pm/packages/elixir_auth_github/1.6.0