DEV Community

Discussion on: Secure APIs using Node.js, Azure AD, Cosmos DB and the Azure SDKs

Collapse
 
christosmatskas profile image
Christos Matskas

Hey @dakotawray2 thanks for the kind comments. Is it quite common to have CRUD functionality within the Vue app (front end)? I always assumed that JS (client-side) apps delegate complex functionality to APIs?

Collapse
 
dakotawray2 profile image
Dakota Wray

Yes maybe I should have explained better. Where I am struggling is how auth is handled between cosmos <-> express <-> vue front-end.