shift7-ch / katta-server

Zero-config storage management and zero-knowledge key management for teams and organizations.
GNU Affero General Public License v3.0
0 stars 0 forks source link

[Story] Write setup code to keychain (upon first login or setup device with setup code) #35

Closed chenkins closed 1 year ago

chenkins commented 1 year ago

Story

Acceptance Criteria

Open Questions

Context

Implementation

chenkins commented 1 year ago

@overheadhunter

The setup code is not intended to be stored locally. Storing the device key pair is all you really need. With it, you have the same level of access as with the setup code, but the key pair is both device-specific as well as long-lasting. The setup code on the other hand is account-specific and can be changed at any time.

chenkins commented 1 year ago

Undone