Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QR-based UI for registration of multiple devices #40

Open
GallagherCommaJack opened this issue Oct 18, 2019 · 0 comments
Open

QR-based UI for registration of multiple devices #40

GallagherCommaJack opened this issue Oct 18, 2019 · 0 comments

Comments

@GallagherCommaJack
Copy link
Collaborator

Mobile adds desktop:

desktop: generate keypair, render public key to QR code
mobile: read QR code, sign public key, send signature to server

Desktop adds mobile:

desktop: generate keypair, sign public key, render keypair and signature to QR code
mobile: read QR code, check signature, write keys to disk, register with server

I expect we'll end up using these crates for QR-code stuff:

  1. encoding: https://crates.io/crates/qrcodegen
  2. decoding: https://crates.io/crates/quirs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant