I'm not sure if this has been brought up before, or if this is even within scope, but it would be great if keybase were able to make it possible to login to websites using my GPG key. I currently use pass to encrypt my (randomly generated) passwords using GPG, but it would make more sense to cut out the password middle-man entirely. For example:
- go to a website and click "login with keybase"
- the website connects to keybase (perhaps with something like OpenID or OAuth)
- keybase forwards the request to either the CLI client or the in-browser client
- I sign/decrypt an appropriate challenge with my GPG key to verify my identity
- an appropriate response is sent back to the original website to authenticate
Ideally this could be done without even needing either party to trust keybase.io, but don't ask me how :)
I'm not sure if this has been brought up before, or if this is even within scope, but it would be great if keybase were able to make it possible to login to websites using my GPG key. I currently use
passto encrypt my (randomly generated) passwords using GPG, but it would make more sense to cut out the password middle-man entirely. For example:Ideally this could be done without even needing either party to trust keybase.io, but don't ask me how :)