brinkmanlab / IslandCompare

Pipeline for detecting and annotating genomic islands and relationships between the respective genomes
Other
4 stars 2 forks source link

Check that API key is valid #186

Closed innovate-invent closed 4 years ago

innovate-invent commented 4 years ago

https://github.com/brinkmanlab/IslandCompare/blob/14da6ae127f9f154fd67ea026fa7f706cbb21800/ui/src/auth.js#L28

Make a api request to validate the api key, or create a new account. This will cleanly handle the galaxy backend being swapped out.

innovate-invent commented 4 years ago

Done