Token for using management API in react app

Hello,

I have a question about the access token.

I need to use management api in react app.

Is it ok to use token in Application > APIs > Auth0 Management API > Test

I want to copy the token and paste it in env file to use it in react app.

Hi @hyun.park,

No, I would not recommend this.

A user of your React app could easily inspect the application and use this token. For example, if this token had read:users permissions, then any user who is using your react app could read all of your user data.