Forum Discussion
KelechiKelechi
8 years agoQrew Trainee
Thank you very much.. This is what i thought of initially.
_anomDiebolt_
8 years agoQrew Elite
Logging in with API_Authenticate has a default lifetime of 12 hours. You can set &hours but I don't know what the maximum allowed value is as it is not documented and I never test it.
Most of my API work is done client side where the user is already logged in. You never have to call API_Authenticate in this scenario. The ticket will be sent on every call to quickbase.com automatically as a HTTP Only Cookie.
In you scenario you would have to call API_Authenticate from your server to QuickBase and set the &hours parameter appropriately.
Most of my API work is done client side where the user is already logged in. You never have to call API_Authenticate in this scenario. The ticket will be sent on every call to quickbase.com automatically as a HTTP Only Cookie.
In you scenario you would have to call API_Authenticate from your server to QuickBase and set the &hours parameter appropriately.