You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is probably not a good idea to embed the openapi API key directly in the client app.
A securer way is to allow config to include a proxy/back-end URL where the API key will be inserted and send to openapi.
1. App sends request to the back-end server.
2. Back-end server forwards the request to openapi with the api key stored only in the back-end and wait for the response inline.
3. Back-end server receives the response from openapi.
4. Back-end server sends the response back to the client app.
5. App receives the response from the back-end server finishing the request.
The text was updated successfully, but these errors were encountered:
It is probably not a good idea to embed the openapi API key directly in the client app.
A securer way is to allow config to include a proxy/back-end URL where the API key will be inserted and send to openapi.
The text was updated successfully, but these errors were encountered: