Closed aeneasr closed 1 month ago
From the original PR:
Shouldn't we also ensure that when a new refresh token is issued the grand parent refresh token is revoked and also all the "brother" refresh tokens are revoked?
From the original PR:
Shouldn't we also ensure that when a new refresh token is issued the grand parent refresh token is revoked and also all the "brother" refresh tokens are revoked?
I think we test this here: https://github.com/ory/hydra/pull/3860/files#diff-6d883efffdabd9715dc9872121018df30a5843c81e25dc6c4af2c3edc13fb21cR442
@zepatrik can you please approve if you're fine with the state as it is?
I have added a test case that revokes the consent session and checks that all tokens are correctly invalidated. Tests pass :)
Related issue(s)
Closes https://github.com/ory/hydra/pull/3770
Checklist
Further Comments