[Vuejs]-Is there any problem of showing the api token in source? (Laravel + Vue.js)

0👍

On the client side you cant’t prevent code modification.
Any user can view your source code of all your JavaScript files.

If you care about security read material related to web vulnerabilities such as XCC, CSRF.

Leave a comment