Skip to content

Tags: ramosbugs/oauth2-rs

Tags

5.0.0-rc.1

Toggle 5.0.0-rc.1's commit message
Bump version to 5.0.0-rc.1

5.0.0-alpha.4

Toggle 5.0.0-alpha.4's commit message
Replace `TokenResponse` generic with associated type

This change slightly simplifies types throughout this crate by removing
a generic type parameter in many places that already have a generic type
representing a `TokenResponse`.

BREAKING CHANGES:
 - Removes `TT` type parameter from `TokenResponse` and
   `TokenIntrospectionResponse` traits trait and adds a `TokenType`
   associated type to each trait.
 - Removes (now-redundant) `TT` type parameter from `Client` and each
   `*Response` type

5.0.0-alpha.3

Toggle 5.0.0-alpha.3's commit message
Bump http to 1.0 and reqwest to 0.12

BREAKING CHANGES: This changes several exported types, including
`HttpRequest` (`http::Request`) and `HttpResponse` (`http::Response`),
as well as the `reqwest` client (`reqwest::Client` and
`reqwest::blocking::Client`).

Resolves #237.

5.0.0-alpha.2

Toggle 5.0.0-alpha.2's commit message
Fix curl mention in upgrade guide

5.0.0-alpha.1

Toggle 5.0.0-alpha.1's commit message
Add MSRV to upgrade guide

4.4.2

Toggle 4.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix chrono WASM Cargo feature (#230)

Enable chrono `wasmbind` feature to fix panic in WASM environments.

---------

Co-authored-by: Truong Tan Dat <truongt@igbmc.fr>

4.4.1

Toggle 4.4.1's commit message
Export device authorization flow types in top-level namespace

Previously, some of the types were exported at the top level, and
some were exported in the `devicecode` module, with no clear reason for
the separation. With this change, all related types are exported at
the top level, while the `devicecode` module continues to be exported
for backward compatibility.

4.4.0

Toggle 4.4.0's commit message
Bump version to 4.4.0

4.3.0

Toggle 4.3.0's commit message
Bump version to 4.3.0

4.2.3

Toggle 4.2.3's commit message
Clean up docs