How secure is Vue #12863
Unanswered
karchung0930
asked this question in
Help/Questions
How secure is Vue
#12863
Replies: 1 comment
-
All JavaScript code, including Vue.js components, is sent to the client's browser and can be inspected using browser developer tools. Users can invoke functions defined in your Vue.js components by manipulating the DOM or using the browser console. Authentication should rely on the API, the backend. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm implementing my own log in logic but I'm concern of the security of Vue.
I'm calling an external API to verify the credential and then update the status by storing a reactive variable (boolean).
Is it possible to someone to:
Beta Was this translation helpful? Give feedback.
All reactions