Open benStre opened 5 months ago
When using temporary: true, the endpoint is not reset correctly (probably still stored in the cookie) This leads to invalid signature errors, because new keys are generated but the endpoint is still the previous one.
temporary: true
When using
temporary: true
, the endpoint is not reset correctly (probably still stored in the cookie) This leads to invalid signature errors, because new keys are generated but the endpoint is still the previous one.