Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Authentication without URIs

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

Nobody has claimed this yet.

Assessment

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

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.

Description

enhancement

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/

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

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.

More from openml/server-api

All issues in openml/server-api

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.