You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current resource POST (create) api will take any int value POSTed for the user field. This means, effectively, that one authorized user can "impersonate" another when it comes to creating a resource in the DB.
We don't want this to happen. Instead, the user field should be pulled from and populated by the 'username' field from the JWT token.