HumanBrainProject / hbp-validation-framework

Apache License 2.0
5 stars 12 forks source link

Non-authenticated access to public models and published tests #334

Closed appukuttan-shailesh closed 1 year ago

appukuttan-shailesh commented 2 years ago

The ModelCatalog currently requires users to login as the very first step. This is to be altered whereby users can anonymously access public models and published tests. Access to user's private models and unpublished tests would continue to require authentication.

All the API end-points currently require authentication, and therefore prevents the implementation of the above. We need unauthorized end-points for fetching public models and published tests.

apdavison commented 1 year ago

This has been implemented, mostly in [8ee7f626] with some bug fixes later.