Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

36 lines (29 loc) · 1.13 KB

Introduction

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[0.3.0] - 2021-06-24

Added

  • Add function to parse OAuth2 error contains in URI query parameters.

Changed

  • Update dependencies.
  • The function authorize_url/3 now returns a map instead of {ok, Value}.

Fixed

  • Client options do not supports uri:uri() type as value.

[0.2.0] - 2021-06-22

Changed

  • Clean request parameters serialization.
  • Return authorization and discovery URIs as URI maps instead of URI strings.

Fixed

  • Typo in the client object (disovery instead of discovery).

[0.1.0] - 2020-03-16

Added