Admin API


The Synapse implementation now has an admin API that lets you create, update, delete, and list tokens. This involved writing some new store functions that manipulate the registration_tokens table, adding the new endpoints, and a fair few unit tests. Take a look at the documentation for more detail about how it's used.

There are a few admin API related bits that I'd like to do before the end of GSoC:

Apart from a couple issues with expiring sessions and the fallback, the Synapse part of this project is now pretty much done! Next week I'll be starting on the Nheko implementation :-)



<- Back to index