Im using React for frontend, and i wa able to login/logout using either auth0 users database and google/icloud/microsoft accounts, and im able to get the getAccessTokenSilently() and use my urls endpoints, however i realized that i could use the access token and send anything in the body of the request.
My goal is to create posts that belongs to the current user, verifying that the body from the request is indeed the info from the user.
For example
user = “oauth-g | 2398908203 "
tex = " testing”
Are there any topics or guides related to this matter?