DEV Community

Ramiro for Auth0

Posted on

How to Make Secure HTTP Requests with Vue and Express

In this article, you're going to build an Express API and then make API calls to it from an existing Vue.js application. You'll then secure this API by only allowing users who have an access token to view certain data.

Read on 🛠

How to Make Secure HTTP Requests with Vue and Express

Top comments (1)

Collapse
 
chrisfinnigan profile image
Chris Finnigan

What a great article. Very detailed :)