Polykey
Polykey copied to clipboard
Polykey Core Library
### Specification For bootstrapping we want to set up `Polykey` state without starting up networking or attempting network discovery. To do this we just need to create and start domains...
While I was on a separate network that was capable of IPv6 I noticed a few differences in behaviour for NAT punchthrough. Basically if the home network (or office network)...
_Created by @CMCDragonkai_ Polykey could be used to access HSM. In particular we can maintain some information in available HSM on the target platform instead of just sitting in in...
_Created by @CMCDragonkai_ Related to #169 or #170 We can see that there are many tokens that exists in config files littered on people's computers. Whenever you use anything that...
_Created by robbie-cronin_ ## File Descriptor This is a theoretically elegant way of passing capabilities around. Because of its advanced nature, it will probably only be used by advanced users...
_Created by robbie-cronin_ Adding another interface when I was thinking about integration into Matrix OS and NixOS. See: https://en.wikipedia.org/wiki/Synthetic_file_system Basically we can present certain secrets to the user through presenting...
_Created by @CMCDragonkai_ The following discussion from !141 should be addressed: - [ ] @CMCDragonkai started a [discussion](https://gitlab.com/MatrixAI/Engineering/Polykey/js-polykey/-/merge_requests/141#note_498393381): (+2 comments) > Need to keep a note here regarding API limits...
We should add Twitter as an IdentityProvider. One of the problems we met was that Twitter doesn't use OAuth2 but uses an older oauth protocol that we have to build...
We should add LinkedIn as an IdentityProvider. One of the problems we hit was that LinkedIn due to its limited API is not possible for full automation unlike GitHubProvider. So...
### Specification With claims on a Sigchain being the basis for authority delegation. We need a mechanism for creating these claims on the Sigchains of nodes we delegate authority to....