-
Notifications
You must be signed in to change notification settings - Fork 24
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
admin.accounts.find/update/remove(object) #96
Comments
Great catch! That would make a great starter issue for https://github.com/hoodiehq/camp/issues :) Anyone feel free to go ahead and create one, otherwise I’ll get back to it as soon as I can |
I'd enjoy creating my first starter issue 😀 How do we find a user by username? I couldn't figure it out from an (admittedly quick) look at Same for token. What are the tokens, and where do they come from? We could also keep it super short and only add the |
Tokens are currently out of scope. They can later be used for one-time logins, e.g. for password resets. This one is actually tricky, I get back to it as soon as I can :) If you like we can also work on it together |
We could in the meantime add |
yeah, we did that in the past. |
Find
,update
, andremove
are documented as accepting an object with anid
,username
, ortoken
property, but currently only work when passed a string id.When passed an object they mistakenly try to
GET
http://localhost:4200/hoodie/account/api/accounts/[object%20Object]
The text was updated successfully, but these errors were encountered: