SAP / cloud-sdk-js

Use the SAP Cloud SDK for JavaScript / TypeScript to reduce development effort when building applications on SAP Business Technology Platform that communicate with SAP solutions and services such as SAP S/4HANA Cloud, SAP SuccessFactors, and many others.
Apache License 2.0
161 stars 51 forks source link

chore: do not retrieve another service token for the destination service #4781

Closed marikaner closed 1 week ago

marikaner commented 2 weeks ago

We used to retrieve service tokens and then retrieve them again using the already retrieved service token. I could not find any technical explanation why we are doing this, so I removed it for performance and better readability.