How can I set my server to only accept requests from my own client app? (similar to SSL Client Certificates)

I’d like to have my server APIs only accept requests from my own app, to prevent other “rogue” clients of my service.

As i understand it, the way to do this would be with a “client certificate” that the app sends, and that t… Continue reading How can I set my server to only accept requests from my own client app? (similar to SSL Client Certificates)