neurobagel / query-tool

User interface for searching across Neurobagel graph
https://query.neurobagel.org/
MIT License
2 stars 1 forks source link

Make authentication optional on UI #212

Closed rmanaem closed 3 months ago

rmanaem commented 3 months ago

Once https://github.com/neurobagel/api/issues/322 is resolved, node API instances can also enable authentication. We'd like the query tool to be able to work with both federation API and node API regardless of whether they have authentication enabled or not. Although the authentication flow can be toggled on deployment, we want to make the authentication optional on the UI front to allow users to make queries to APIs that do not require authentication freely. The goal here is to allow the user to send the query without having to authenticate, how APIs handle the presence or absence of the ID token when receiving and sending out requests and how they respond to requests is their responsibility.

neurobagel-bot[bot] commented 2 months ago

:rocket: Issue was released in v0.3.0 :rocket: