We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should a user be able to specify its own id during registration?
If this would be true, it would fall in line with the normal POST / endpoint, where the element's id can be specified.
POST /
On the other hand, this is likely not required and could be used by bad actors to like similar to some other user's id to impersonate him/her.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Should a user be able to specify its own id during registration?
If this would be true, it would fall in line with the normal
POST /
endpoint, where the element's id can be specified.On the other hand, this is likely not required and could be used by bad actors to like similar to some other user's id to impersonate him/her.
The text was updated successfully, but these errors were encountered: