gotemp icon indicating copy to clipboard operation
gotemp copied to clipboard

user registration needs its own endpoint

Open camba1 opened this issue 5 years ago • 0 comments

Currently the user registration shares the same end point with the regular user save when saving the data. However that means that the user save does not check for a token. That in turn causes the user service to not send new user record to the audit service since the audit service gets uses the token to identify which user performed the action. While there are multiple ways to fix this, the cleanest is to have a separate user service end point that handles anonymous registration separately

camba1 avatar Jan 25 '21 18:01 camba1