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
However, Zendesk expects the following basic auth string: "{email_address}/token:{api_token}".
Perhaps, opening up the Zendesk.init() signature to accept a Zendesk token value would provide the ability to authenticate either with email and password or email and token.
/thor
The text was updated successfully, but these errors were encountered:
Hi --
We're looking to use libsaas to communicate with Zendesk via their API token auth mechanism described here:
http://developer.zendesk.com/documentation/rest_api/introduction.html#security-and-authentication
However, Zendesk expects the following basic auth string: "{email_address}/token:{api_token}".
Perhaps, opening up the Zendesk.init() signature to accept a Zendesk token value would provide the ability to authenticate either with email and password or email and token.
/thor
The text was updated successfully, but these errors were encountered: