Home / Function/ read_current_user() — fastapi Function Reference

read_current_user() — fastapi Function Reference

Architecture documentation for the read_current_user() function in test_security_api_key_header_optional.py from the fastapi codebase.

Entity Profile

Dependency Diagram

graph TD
  d136c684_9855_a711_3a50_bfca261fe16e["read_current_user()"]
  c4979cd9_80cd_7995_c6ff_bb63eb1455c8["test_security_api_key_header_optional.py"]
  d136c684_9855_a711_3a50_bfca261fe16e -->|defined in| c4979cd9_80cd_7995_c6ff_bb63eb1455c8
  style d136c684_9855_a711_3a50_bfca261fe16e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

tests/test_security_api_key_header_optional.py lines 26–29

def read_current_user(current_user: Optional[User] = Depends(get_current_user)):
    if current_user is None:
        return {"msg": "Create an account first"}
    return current_user

Domain

Subdomains

Frequently Asked Questions

What does read_current_user() do?
read_current_user() is a function in the fastapi codebase, defined in tests/test_security_api_key_header_optional.py.
Where is read_current_user() defined?
read_current_user() is defined in tests/test_security_api_key_header_optional.py at line 26.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free