higlass-python icon indicating copy to clipboard operation
higlass-python copied to clipboard

docs v2: Auth header API

Open manzt opened this issue 2 years ago • 1 comments
trafficstars

from the prior docs

Authorization
-------------

If loading tiles from a secured server, the ``auth_token`` parameter takes the
string that will be used as the Authorization header on all tile requests sent
out by HiGlass:

.. code-block:: python

  (d,s,v) = higlass.display(views, auth_token='JWT DEADBEEF')

manzt avatar Feb 22 '23 03:02 manzt

We don't currently have this API. This is really more something for the renderer and not the core schema API.

manzt avatar Feb 22 '23 03:02 manzt