You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So yes pk identities providers is a useful way of listing all providers, including which ones are natively integrated and which ones are plugins.
Plugins are likely be wasm integrated - this makes it easy for us to call code in a safe way (sandboxing) and allow contributors to write in whatever language they please.
Specification
Right now we only have github as a provider. But there is no way to know what providers are available unless you look at the source code.
To this end we need to add a
polykey identities providers
command (name pending) that will list all supported providers.Functionality may need to be added to
Polykey
to support this.We can also look into adding a list of providers to the help text of the command?
Additional context
Related: #40
Tasks
The text was updated successfully, but these errors were encountered: