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
Current implementation of using pre-generated auth token to call the search API is not sustainable because the expiring token needs to be updated periodically. We need to change the implementation so that a short-lived auth token is generated (possibly using client id or something similar) for each API call.
The text was updated successfully, but these errors were encountered:
Current implementation of using pre-generated auth token to call the search API is not sustainable because the expiring token needs to be updated periodically. We need to change the implementation so that a short-lived auth token is generated (possibly using client id or something similar) for each API call.
The text was updated successfully, but these errors were encountered: