-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
router: account and authentication endpoints #48
Comments
Account routes should probably pay attention to matrix-org/matrix-spec-proposals#2828 so that future compatibility with Conduit (which I'm pretty sure already performs username validity checks) isn't broken. On the other hand, I wonder whether the password reset route should only require the old password. The API just falls back on UIAA which requires a user identifier but |
Future compatibility with Conduit is a non-concern at this stage. We build to be compatible with Synapse first, and make changes in the future if necessary for compatibility with Conduit. Trying to preempt future requirements now will require much more time and work as opposed to being adaptable to changing requirements as they become practical reality. avdb13 said:
👌 |
For now, let's do what the golang code does. Once the API parity list on #43 reaches fully green, then we can think of enhancements and optimizations. |
#51 dealed with the account endpoints. |
Closed in favor of #53. Will update the OP eventually to reflect the new location of the endpoints. |
To start working towards meeting API parity with the golang server, we should start out by implementing the account and authentication API endpoints. Please refer to the
account
table in issue #43.The text was updated successfully, but these errors were encountered: