Wednesday, 17 June 2020

How to securely introduce API I've built into existing Node app?

So I have a node.js application that has a few routes (login, signup, home).Login/signup are handled through `passport.js` and sessions are also handled.I will be building an API that talks to my postgesql database.What's the best secure way to consume the API with the way my node app is currently situated?

Submitted June 18, 2020 at 01:44AM by prgrmmr7

No comments:

Post a Comment