Skip to content

v0.10.3

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Aug 10:31
· 1 commit to main since this release
d83b2e7

Patch Changes

  • #299 dc63ec8 Thanks @mattzcarey! - Scope default grant revocation to the authorizing redirect URI for Client ID Metadata Document clients. A CIMD client_id is the metadata document URL shared by every installation of the client, so completeAuthorization()'s default revocation logged the user out of all their other devices; it now revokes only grants created from the same redirect URI. Grants now record the redirect URI that created them, and grants created before this release are never auto-revoked by CIMD clients. Revocation for pre-registered and dynamically registered clients is unchanged.