I am looking for a way to authorize my app's api so that only requests from my app will be accepted.
For example i don't want anyone to be able to send a bunch of request to "/register
" to register bot users.
or
Anybody to build their own app that uses my servers to handle accounts or other data.