DEV Community

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

Collapse
 
dakotawray2 profile image
Dakota Wray

Thanks for the tutorial.

If this was deployed through app source instead of ran locally would the service principal portion still apply?

SharePoint/Graph dev here trying to cut my teeth on Cosmos/Express.

Would love to see a tutorial for cosmos/express CRUD from a front-end framework (partial to Vue myself ;) )

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.