Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Reference documentation

What you need to know as a user of the Wire backend: concepts, features, and API. We strive to keep these up to date.

Users

User lifecycle:

User profiles and metadata:

TODO.

Teams

TODO.

Messaging

TODO.

Single sign-on

TODO.

SCIM provisioning

We have support for provisioning users via SCIM (RFC 7664, RFC 7643). It's in the beta stage.

Developer documentation

Internal documentation detailing what you need to know as a Wire backend developer. All of these documents can and should be referenced in the code.

If you're not a member of the Wire backend team, you might still find these documents useful, but keep in mind that they are a work in progress.

Cassandra

We use Cassandra as the primary data store. It is scalable, has very fast reads and writes, and is conceptually simple (or at least simpler than SQL databases).

Some helpful links: