mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-06 04:23:40 +00:00
doc - add comment explaining user_api_key_auth file
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
"""
|
||||
This file handles authentication for the LiteLLM Proxy.
|
||||
|
||||
it checks if the user passed a valid API Key to the LiteLLM Proxy
|
||||
|
||||
Returns a UserAPIKeyAuth object if the API key is valid
|
||||
|
||||
"""
|
||||
|
||||
import json
|
||||
from datetime import datetime, timedelta, timezone
|
||||
from typing import Optional
|
||||
|
||||
Reference in New Issue
Block a user