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: mongodb-js/oidc-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.6
Choose a base ref
...
head repository: mongodb-js/oidc-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.7
Choose a head ref
  • 2 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 30, 2025

  1. fix: handle ID token expiry time and premature expiration MONGOSH-2145

    …MONGOSH-2147 (#211)
    
    * fix: use ID token expiry if `passIdTokenAsAccessToken` is set MONGOSH-2145
    
    * fix: do not return token to driver which is being rejected MONGOSH-2147
    
    Ensure that we do not return tokens from a token set that the driver
    is currently rejecting (in the sense of calling the OIDC callback
    again and referring to it via the driver `refreshToken` property).
    addaleax authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    a7534cc View commit details
    Browse the repository at this point in the history
  2. chore: bump version to v1.1.7 (#213)

    Co-authored-by: addaleax <899444+addaleax@users.noreply.github.com>
    mongodb-devtools-bot[bot] and addaleax authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    2dafeb4 View commit details
    Browse the repository at this point in the history
Loading