If you plan to use the Quickbase HTTP API to make API calls to your application, Quickbase provides additional security that you should implement in each API call. Application tokens provide an added level of security. Quickbase recommends using app tokens unless you authenticate using a user token.
There are some situations in which you should disable application tokens:
-
If you use exact forms in an application, you must disable application tokens or the exact form feature won't work.
-
If you have trouble incorporating a Quickbase add-on or wizard that uses tokens, you can disable tokens.
-
If your application features formula URL fields that include API calls, you can save yourself the trouble of updating those calls with tokens by disabling tokens in your application. Disabling tokens is a workaround solution and means that you lose the additional level of security that tokens supply.
To require application tokens:
-
Select the application you want, click Settings, then click App properties.
-
In the Security options section, select the Require Application Tokens checkbox.
-
Click the Save button on the Page bar.
Any API calls to this application now require an application token.