Working on a problem. We have mobile APIs in our Laravel Project and we want to restrict the usage, so specific apps can access
What are the best solutions y'all have implemented, any best practices?
I have researched a bit on restriction per app signature, but I am not sure if they manually can send app signature, and if yes, then will anyone be able to send that App Signature (fingerprint)
Like if we restrict that specific App Bundles can access the API, if soemoe else sent the request with that bundle, will that work?