|
|
|
|
|
by ncann
1166 days ago
|
|
Isn't API key pretty much can always be recovered client side? If API key is hardcoded in the app it's trivial to get. If it's dynamically fetched it's also trivial to intercept the network call. I don't think there's anything you can do to prevent that. |
|
Or you could generate a per-user subkey with a quota if the upstream service supports that.