unyt-org / datex-core-js-legacy

DATEX Core Library for JavaScript (legacy), fully implemented in TypeScript, used by the UIX Framework
https://unyt.org
3 stars 0 forks source link

Fix temporary endpoints #115

Open benStre opened 5 months ago

benStre commented 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.