MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / login_access_token

Route login_access_token

backend/src/auth/api.py:None–None  ·  view source on GitHub ↗
router.post("/tokens")

Source from the content-addressed store, hash-verified

1from datetime import timedelta
2from typing import Annotated
3
4from fastapi import APIRouter, Depends, HTTPException

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected