0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-24 14:34:00 +01:00
construct/modules/key
2020-10-12 18:07:39 -07:00
..
query.cc modules/key/query: Implement federation 3.3.2.2 POST method. 2020-04-07 11:57:12 -07:00
README.md
server.cc modules/key/server: Bypass parameter tokenization for endpoint. 2020-10-12 18:07:39 -07:00

Matrix Keys API

The modules in this directory implement endpoints for the matrix federation public key infrastructure as specified here.

Note that there is an additional s_keys modules not contained in this directory which provides additional key utilities, generation, administration, etc...