If authentication is enabled, it implements Basic Auth based on RFC2617, which stipulates that the "token" is passed in as a Base64-encoded string comprising of a username and password separated by a colon(":"). Because of this, neither the username nor password can contain a colon(":") character.
+
### In-line URL Authorization
+
In-line authorization is supported as of 1.4.3 as it is necessary for authorization for the calendar endpoint. Use it as so: