neurobagel / tools

Other helpful tools for interfacing with Neurobagel
MIT License
0 stars 0 forks source link

Add authentication #11

Closed alyssadai closed 3 months ago

alyssadai commented 4 months ago

To allow us to continue using curl easily, let's go with

https://fastapi.tiangolo.com/advanced/security/http-basic-auth/

as a first step

surchs commented 4 months ago

Could also look at https://docs.github.com/en/apps/creating-github-apps/authenticating-with-a-github-app/authenticating-with-a-github-app-on-behalf-of-a-user for inspiration - GitHub Apps are also just services run on our own hardware that do things on GitHub ...