openml / server-api

Python-based server
https://openml.github.io/server-api/
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Authentication without URIs #203

Open PGijsbers opened 1 week ago

PGijsbers commented 1 week ago

Currently we match the PHP API behavior that expects API keys to be encoded in the URI of the requests. We instead want to use an authorization header or something: https://fastapi.tiangolo.com/reference/security/