Unable to associate entry with a User via JWT

Hey @jason_grant,

Setting up a relationship between “Users” and your “locations” content type is not enough. In the controller for locations, you need to tell it to insert the reference using the user from ctx.state.

Don’t fall into the trap of specifying the user in valuesObj as this would allow anyone calling the API the ability to make a “location” belong to someone else.

Hope this helps!