panoratech / Panora

One API to connect your data sources to your LLMs
https://docs.panora.dev
Apache License 2.0
922 stars 187 forks source link

feat: API Key Expiration & Metadata #600

Open rflihxyz opened 3 months ago

rflihxyz commented 3 months ago

Devex Notes: Frontend: Ask user for key validity (1 month, 6 months, 1 year etc...) Frontend: Turn answer into seconds Backend: Compute expiration date (using now() + expires_in field from POST /api_keys)

harshachandolu commented 1 month ago

i would like to work on this issue.