-
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
API v1 & major refactoring: Hono, file read optimizations, and upload streaming #16
base: main
Are you sure you want to change the base?
Conversation
A mollermeth of sorts |
true! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make DELETE /account/me
ignore body & just delete the account, from now on we'll have the client implement file deletion instead
Genius! Mr. 2283 and Mr. Impersonator will never find out |
i think all that's left now is maybe a little bit of cleanup and implementing account recovery but aside from that it's done |
<body> | ||
<h1>monofile password reset</h1> | ||
<form> | ||
<input name="password" type="password"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<input name="password" type="password"> | |
<input name="password" type="password" autocomplete="new-password"> |
https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete#sect13
A new password. When creating a new account or changing passwords, this should be used for an "Enter your new password" or "Confirm new password" field, as opposed to a general "Enter your current password" field that might be present. This may be used by the browser both to avoid accidentally filling in an existing password and to offer assistance in creating a secure password.
#15
A better & more sensible API which is actually usable for developers