Validity checking and fallback
Another short update about my progress on the Synapse implementation.
I added:
- The endpoint for checking the validity of a token.
- A fallback webpage which can be used by clients which don't know about the registration token auth type. This still has some problems with invalid tokens not being rejected gracefully, but that should be sorted at some point.
Now, the two big things left for this project are the Synapse admin API, and the client implementation in Nheko.
<- Back to index