overture-stack / arranger

Data portal API and component generation
https://www.overture.bio/documentation/arranger/
GNU Affero General Public License v3.0
28 stars 24 forks source link

optionally require authentication for api requests #44

Open alex-wilmer opened 6 years ago

alex-wilmer commented 6 years ago

Dashboard features obviously will need to live behind authentication / authorization. Should discuss how best to integrate with ego

alex-wilmer commented 6 years ago

made the dashboard an importable component so figuring out auth can be handled however a consumer needs, but the arranger server isn't doing any auth at all.

ideally we could easily toggle auth on / off for different routes, (keep'em open for dev, lock'em in prod etc)