Skip to content

Commit 17c96dc

Browse files
committed
Start sketching out auth handling ideas
1 parent 614ef17 commit 17c96dc

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

src/a2a/auth/__init__.py

Whitespace-only changes.

src/a2a/auth/user.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
class User:
2+
"""A representation of an authenticated user."""
3+
def __init__(self):
4+
pass

src/a2a/server/request_handlers/context.py

Whitespace-only changes.

0 commit comments

Comments
 (0)