Simple question about safety
Answered
In&Out posted this in #help-forum
In&OutOP
Hey folks, so i have a client component that i want to show a link that is sensitive. The link is gotten with actions.ts function that calls database, gets link and returns it, then i want to show the link gotten to UI, is this safe, or do i need to make the component to be server component
5 Replies
In&OutOP
tag if answered pleases
@In&Out Hey folks, so i have a client component that i want to show a link that is sensitive. The link is gotten with actions.ts function that calls database, gets link and returns it, then i want to show the link gotten to UI, is this safe, or do i need to make the component to be server component
u mean a simple string displayed? like a password or token
yes safe
Answer
In&OutOP
okay thanks