Skip to content
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

user registration needs its own endpoint #6

Open
camba1 opened this issue Jan 25, 2021 · 0 comments
Open

user registration needs its own endpoint #6

camba1 opened this issue Jan 25, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@camba1
Copy link
Owner

camba1 commented Jan 25, 2021

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 camba1 added the enhancement New feature or request label Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant