Polykey
Polykey copied to clipboard
Use of `ctx` when for `identities` `Provider.authenticate` Interface
Specification
Currently Provider.authenticate has number timeout parameter. This is a leftover from how the identities domain was initially implemented. This will need to be changed to a ctx to be inline with how timeouts are now handled in the rest of PK.
Additional context
This will have some implications detailed here:
https://github.com/MatrixAI/Polykey-CLI/pull/49
Tasks
- Change
Provider.authenticateto usectx - Update
GitHubProviderto match - Update related
identitiestests
What happened to this @amydevs?