biobricks-ai / biobricks

BioBricks makes loading data from biological datasets and databases easy. Python and R interfaces, data version control, and an API for pulling datasets that have been converted to easy-to-use formats.
https://docs.biobricks.ai
MIT License
5 stars 2 forks source link

need more clarity in the terminal when we ask for a token. Can we copy what `gh` does? #26

Open tomlue opened 3 months ago

tomlue commented 3 months ago

gh has a workflow where it checks if a user is logged in, presumably by checking some kind of stored token. If the user is not logged in it tells them to use gh auth login. We should replicate this flow.