|
1 | | -# Handle-Files-Securely-in-Vue-File-Upload-Using-JWT-Authentication |
2 | | -A quick-start Vue project that shows how to handle uploaded files securely using JSON Web Tokens (JWT) in the Syncfusion Vue File Upload component. This project contains code to add JWTs along with request headers while uploading and removing files. Both client and server-side code are explained in this sample. |
| 1 | +# Handle Files Securely in Vue File Upload Using JWT Authentication |
| 2 | + |
| 3 | +A quick-start Vue project that shows how to handle uploaded files securely using JSON Web Tokens (JWT) in the Syncfusion [Vue File Upload](https://www.syncfusion.com/vue-components/vue-file-upload?utm_source=github&utm_medium=listing&utm_campaign=tutorial-videos-vue-file-upload-jwt-sample) component. This project contains code to add JWTs along with request headers while uploading and removing files. Both client and server-side code are explained in this sample. |
| 4 | + |
| 5 | +Watch the video: Coming soon... |
| 6 | + |
| 7 | +Refer to the following documentation to learn about the Vue File Upload component: https://ej2.syncfusion.com/vue/documentation/uploader/vue3-getting-started |
| 8 | + |
| 9 | +Check out this online example of the Vue File Upload component: https://ej2.syncfusion.com/vue/demos/#/material3/uploader/default.html |
| 10 | + |
| 11 | +Before working on this project, make sure you have the latest versions of Node.js, Visual Studio Code, and Visual Studio 2022 on your machine. |
| 12 | + |
| 13 | +## How to run this application |
| 14 | +To run this application, you need to clone the `Handle-Files-Securely-in-Vue-File-Upload-Using-JWT-Authentication` repository and open the `myvueapp` client application in Visual Studio Code. Then, you can install all the necessary Vue packages in your project using the `npm install` command and run your project using the `npm run dev` command. To run the server-side ASP.NET Core application, open the application `SyncfusionUploaderServerSample` in Visual Studio 2022. Then, build and run the project to accept the data from the client application. |
0 commit comments