Identity/AttachedServices/Architecture: Difference between revisions

Line 57: Line 57:
This assertion must be verified with the usual public-key signature checks and .well-known lookup process. For performance, the Storage Server will only verify it once, then exchange it for a token that is easier to validate (either a nonce that maps to the validated account identifier and expiration time, or an encrypted/HMACed copy of the session data). Subsequent requests will be authorized by the token.
This assertion must be verified with the usual public-key signature checks and .well-known lookup process. For performance, the Storage Server will only verify it once, then exchange it for a token that is easier to validate (either a nonce that maps to the validated account identifier and expiration time, or an encrypted/HMACed copy of the session data). Subsequent requests will be authorized by the token.


An initial draft of the storage-server protocol is [[Identity/AttachedServices/StorageProtocolZero|here]].
An initial draft of the storage-server protocol is [[Identity/AttachedServices/StorageProtocolZero|here]] and [Identity/AttachedServices/StorageServerProtocol|here]].


== Storage Server Format ==
== Storage Server Format ==
Confirmed users
358

edits