Tuesday, 22 September 2020

What is the best way to secure requests from the front end to the back end?

I have an app in which the front end request data from the back end using fetch, and I wanna make it more secure. What is the is the best way to do that? I thought of generating temporary key that would change every 10 mins or so but I'm not sure if that would work and I have no idea how can I share the same key for both the front and back end. I'm using express btw.

Submitted September 22, 2020 at 06:09PM by PenautButter-

No comments:

Post a Comment