Closed iFergal closed 2 months ago
We shouldn't be caching the signer like this because if we issue a key rotation while still connected, it will try to sign with the old keys.
We could clear the cache for that identifier if a key rotation occurs but honestly it's not worth the complexity.
@jorgenavben Can you test this against ballot?
Vercel PR (merge commit) deploy URL: https://cf-identity-wallet-qu533pz55.vercel.app
We shouldn't be caching the signer like this because if we issue a key rotation while still connected, it will try to sign with the old keys.
We could clear the cache for that identifier if a key rotation occurs but honestly it's not worth the complexity.
@jorgenavben Can you test this against ballot?