-
Notifications
You must be signed in to change notification settings - Fork 0
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
internal endpoint for user account creation #17
Comments
@l3r8yJ WDYT? |
@h1alexbel thanks for the report, here is a feedback: Problems
I would recommend providing an example of the expected request payload for the Please fix the bug report in order it to get resolved faster. |
I'm in |
h1alexbel
added a commit
that referenced
this issue
Jul 10, 2024
h1alexbel
added a commit
that referenced
this issue
Jul 10, 2024
h1alexbel
added a commit
that referenced
this issue
Jul 10, 2024
h1alexbel
added a commit
that referenced
this issue
Jul 11, 2024
h1alexbel
added a commit
that referenced
this issue
Jul 11, 2024
h1alexbel
added a commit
that referenced
this issue
Jul 11, 2024
feat(#17): register_user, Storage redesigned to struct
This was referenced Jul 11, 2024
@h1alexbel 3 puzzles #73, #74, #75 are still not solved. |
@h1alexbel 2 puzzles #73, #75 are still not solved; solved: #74. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On the public GitHub API there is no ability to create GitHub account, however we should provide this ability in our API. I suggest to create an endpoint
POST /users
with body like this:username
+password
that will create a user account.The text was updated successfully, but these errors were encountered: