-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: added user json as createdBy field in getLicense #89
feat: added user json as createdBy field in getLicense #89
Conversation
e8700af
to
b80d684
Compare
Load user on /licenses/{shortname} GET |
Set createdBy field when a license is created while importing |
Also, remove merge conflicts |
34415c4
to
38e14e0
Compare
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.
Rest looks good. However, I can pass a user object while creating a license and spoof a userid.
38e14e0
to
4516b85
Compare
4516b85
to
38a7251
Compare
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.
LGTM
Changes
Added user field as a json object for showing user information.
Contains userid, username and userlevel.
Fixes Add user json field as createdBy in license GET api #88
Submitter Checklist
References