Data security Issue. #780
Unanswered
yeasirarafat-dev
asked this question in
Help
Replies: 1 comment 2 replies
-
This isn't a security issue. You should only ever pass data from the server to Inertia that you want the user to have access to. From the docs:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone.
I'm working on a project based on laravel and Inertia-vue.
I noticed one thing on the new inertia version that it receives props data using attribute data-page on main element #app.
checkout the image
Anyone can see what kind of data I'm shearing from my server to the app by going inspect mode.
Here I have a question that, does it can be considered any security issue? OR It's okay.
Can I hide it in production mode?
Beta Was this translation helpful? Give feedback.
All reactions