beamable / BeamableProduct

The beamable product suite including com.beamable, com.beamable.server, microservice base image, portal, the installer, and build scripts
Other
5 stars 0 forks source link

[issue/3249] AssumeNewUser should not allow negative userId #3342

Closed gabrielbeamable closed 4 months ago

gabrielbeamable commented 4 months ago

Ticket

resolves #3249

Brief Description

We should forbid invalid userIds in the call of AssumeNewUser. However that is more complicated since it would require an API call to do so. In that case we are only checking if the userId is a positive value.

Checklist

Add those to list or remove the list below altogether:

Notes

When you are merging a feature branch into main, please squash merge and make sure the final commit contains any relevent JIRA ticket number. If you are merging from main to staging, or staging to production, please use a regular merge commit.

Does this introduce tech-debt? If so, have you added an entry to the Tech-debt document?