IdentityPython / oidc-op

An implementation of an OIDC Provider (OP)
Apache License 2.0
64 stars 26 forks source link

Add parameter to revoke old refresh token upon issuing new #137

Closed ctriant closed 2 years ago

ctriant commented 3 years ago

Introduce parameter revoke_refresh_on_issue in order to revoke the Refresh Token used to issue a new one.

ctriant commented 3 years ago

I like this feature, thank you guys! @ctriant let us know when this PR would be ready to be merged, we're watching many integrations, take your time and give us a know when ready for merge

@peppelinux i think we are ready, i integrated the suggestions of @nsklikas