Skip to content

Track protected via HTTP Basic Authentication #4299

Answered by cmdcolin
laceysanderson asked this question in Q&A
Discussion options

You must be logged in to vote

here is some possible help

  1. you can configure an HTTPBasicInternetAccount in your config.json

    {
    "type": "HTTPBasicInternetAccount",
    "internetAccountId": "customBasicAuth",
    "name": "HTTP BasicAuth test account",
    "description": "HTTP BasicAuth account for testing"
    }

  2. you can make every "location" object have that internetAccountId added to it example https://github.com/GMOD/jbrowse-components/blob/main/test_data/volvox/config_auth.json#L188-L209

if you want to run the config_auth demo to try it out yourself run these steps

git clone https://github.com/GMOD/jbrowse-…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@laceysanderson
Comment options

@carolyncaron
Comment options

@cmdcolin
Comment options

@carolyncaron
Comment options

Answer selected by laceysanderson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants