How to secure own backend API which serves only my frontend?
How do I make sure that the backend endpoints are only accessed by my own frontend, and not anyone else? Let me tell you here a cruel truth… is not possible for a web app, due to the nature how the web was designed to work. Let’s try to understand the problem a little more … Read more