MatrixAI / Polykey-CLI

Polykey CLI - Open Source Decentralized Secret Sharing System for Zero Trust Workflows
https://polykey.com
GNU General Public License v3.0
6 stars 3 forks source link

`Polykey-CLI` shows as `Polykey Desktop` under Github's OAUTH. #103

Open tegefaulkes opened 7 months ago

tegefaulkes commented 7 months ago

Specification

After authenticating Polykey-CLI with github, the application shows as Polykey Desktop when viewed in github. This is likely related to how the Polykey publich OAUTH key is set up with Github. Likely a new one with the proper name needs to be created and added into Polykey source code.

Additional context

Related #40

Tasks

  1. Fix the name Polykey-CLI is known under for Github's OAUTH.
CMCDragonkai commented 7 months ago

No it's due to the application registration required by all OAuth apps. There's isn't a standard protocol for creating OAuth apps automatically, they are all like "account signups" that occur.

It'd be interesting with the development of web3, the distinction between human and AI users will melt away, and account signups become standardised through simply public/private keypair generation.