nucypher / taco-web

🌮 A TypeScript client for TACo (Threshold Access Control)
https://docs.threshold.network/app-development/threshold-access-control-tac
GNU General Public License v3.0
14 stars 22 forks source link

Ensure signature freshness on client side #452

Closed piotr-roslaniec closed 2 weeks ago

piotr-roslaniec commented 8 months ago
derekpierre commented 8 months ago

Related to https://github.com/nucypher/nucypher/issues/3359.

derekpierre commented 2 weeks ago

We are transitioning to SIWE which has an issuedAt property. This property is checked for 2h freshness (same freshness used by nodes) when retrieving from cache via #567 .