-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify and generalize fetchDelegation (#2049)
* Simplify and generalize fetchDelegation This updates `fetchDelegation` to make the implementation a bit simpler and to generalize it beyond the postMessage flow: * Unused parameter `userNumber` is dropped * Everything related to postMessage (AuthContext) is generalized into actual derivation, ttl, publicKey, etc * The return type is typed a bit more strongly (although has to be coerced) * Clean up
- Loading branch information
Showing
2 changed files
with
37 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters