Telodendria/src/Routes
Jordan Bancino ff879e715f Finish implementing token refresh.
This implementation just keeps the refresh token and only updates the
access token. The spec says that this is allowed. There's really no
reason to do this, other than the fact that it's easier.
2023-02-17 03:20:49 +00:00
..
RouteLogin.c Build out the User API a bit more. 2023-02-17 03:18:24 +00:00
RouteMainPage.c Add a non-JSON landing page. This is the basis for other HTML pages. 2023-01-17 20:29:16 +00:00
RouteMatrix.c Begin working on refresh route. 2023-02-16 17:22:59 +00:00
RouteRefresh.c Finish implementing token refresh. 2023-02-17 03:20:49 +00:00
RouteRegister.c Build out the User API a bit more. 2023-02-17 03:18:24 +00:00
RouteWellKnown.c Move client well-known generation to MatrixClientWellKnown() function. 2023-01-16 22:02:08 +00:00