kivra / oauth2_client

Erlang OAuth2 Client
MIT License
73 stars 38 forks source link

Fix: do_retrieve_access_token/2 use of maps #29

Open maxno-kivra opened 2 years ago

maxno-kivra commented 2 years ago

This makes sure to always return maps, and then switches the use of proplists with said map usage.

This is an alternative to #28