Polykey
Polykey copied to clipboard
Update `IdentityManager` to used `timedCancellable`
Specification
The IdentityManager
can end up attempting a connection to identities to obtain any claims. This needs to be cancellable.
Additional context
- Related #450
Tasks
- Update any providers to support cancellation when making any fetch requests.
- Add a test to check this behaviour.