Sheets
  • Introduction
  • REST API
    • Authentication
    • Reading / updating a workbook
    • Creating / uploading a workbook
    • Simulation API
  • GraphQL API
  • Authentication in production
  • Embedding example
  • Excel compatibility
  • Example apps
Powered by GitBook
On this page

Authentication in production

PreviousGraphQL APINextEmbedding example

Last updated 2 years ago

In production use, you should proxy requests to , so that you can securely insert the required bearer authentication without revealing the license key on the client:

If you are simply privately testing EqualTo Sheets, then you can skip the proxy server and use the license key in your client code. But ensure you don’t deploy code to production that works in that manner:

sheets.equalto.com