openml / openml/server-api

Authentication without URIs

Open
#203 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
16
Forks
50
PR merge metrics
No merged PRs in 30d

Description

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: https://fastapi.tiangolo.com/reference/security/

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no repository files, tests, or entry points. Start by locating where API keys are read from request URIs and compare that flow with the linked FastAPI security reference. Done means authentication accepts the authorization header instead of requiring keys in request URIs, with the existing API behavior preserved where applicable.

Written by the indexing model from the issue text.

Assessment

Tech stack
fastapi, python
Domain
api, authentication, backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.