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.
- Add function to parse OAuth2 error contains in URI query parameters.
- Update dependencies.
- The function
authorize_url/3
now returns a map instead of{ok, Value}
.
- Client options do not supports
uri:uri()
type as value.
- Clean request parameters serialization.
- Return authorization and discovery URIs as URI maps instead of URI strings.
- Typo in the client object (disovery instead of discovery).