Hi. When I make calls to apis within the identity ...
# ory-network
f
Hi. When I make calls to apis within the identity section, I need to send the oryAccessToken along. I'd like to know if this key is protected in production, because in the development environment you can see this key in the browser's inspect mode.
s
You can always see the key in the browser, there is no way to hide it. The browser needs to have the key in clear text to be able to send it.
Or what exactly do you mean?
If you need to use the admin APIs in your front-end, you have to do this server-side, as otherwise everyone can just use your key.
f
I thought that perhaps in a production environment this key would be hidden, even from the user's side, by the browser. Thanks for your reply.