github ramosbugs/oauth2-rs 4.3.0

latest releases: 5.0.0, 5.0.0-rc.1, 5.0.0-alpha.4...
3 years ago

New Features

  • Make new-type constructors const functions (#186)

Bug Fixes

  • Have ureq::http_client use send_bytes() for POST requests to avoid sending Transfer-Encoding: chunked header that certain providers such as Microsoft do not support (#182/#183)
  • Return RequestTokenError::ServerResponse with DeviceCodeErrorResponseType::ExpiredToken (instead of RequestTokenError::Other) when device access token request times out (#195)

Other Changes

  • Add async device code example for Microsoft endpoints (#190)

Don't miss a new oauth2-rs release

NewReleases is sending notifications on new releases.