Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ramosbugs/oauth2-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.0.0-alpha.3
Choose a base ref
...
head repository: ramosbugs/oauth2-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.0.0-alpha.4
Choose a head ref
  • 5 commits
  • 13 files changed
  • 3 contributors

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    66bee46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba1e6db View commit details
    Browse the repository at this point in the history
  3. Allow base64 0.21 or 0.22 (#261)

    The `reqwest` crate depends on `base64` 0.21. However, users not
    depending on the (default) `reqwest` feature may wish to use the newer
    `base64` release.
    cschramm authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d32a540 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Derive Clone and Debug for EndpointState types (#263)

    This ensures that `Client` implements both traits.
    avtrujillo authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    e2e8a62 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. 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
    ramosbugs committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    30ced32 View commit details
    Browse the repository at this point in the history
Loading