Ryouiki
Self-hosted domain communication service

Sessions

Sessions are persistent states that track users between connections.

Session {
    PublicKey  :block{8}
    PrivateKey :block{16}

    Authentication :Authentication
    Compartments   :list{natural}
    Identity       :natural
}

Properties

Public Key

Identifier provided in API calls to select session.

Private Key

Secret provided to resume the session.

Authentication

See: Authentication

Compartments

Compartments activated by the client.

Identity

Group identity assumed by the client.