• Rémi Lapeyre's avatar
    Make auth/token/revoke-accessor idempotent (#13661) · b45b9d8e
    Rémi Lapeyre authored
    The auth/token/revoke will not error out if the token does not exists, it
    always tries to revoke the token and return success to the client whether
    or not the token exists. This makes the behavior of
    auth/token/revoke-accessor coherent with this and remove the need to
    check whether the token still exists.
    b45b9d8e