Introduction
We introduced the concept of internal API keys so that apps/web can use those hidden APIs to operate on users account. Since, we are doing OAuth based authentication now, we no longer need it.
What to do
- Remove the concept of internal API keys
- Remove all relevant code
Introduction
We introduced the concept of internal API keys so that
apps/webcan use those hidden APIs to operate on users account. Since, we are doing OAuth based authentication now, we no longer need it.What to do