Commit History

Fix: Improve /admin/api-key endpoint with multiple file paths and DB fallback
92bf88b

Caner Giden commited on

Add: GET /admin/api-key endpoint to display seeded API key in UI
5c6567b

Caner Giden commited on

Fix: Reduce API key to 16 hex chars, use 60 byte safety margin for bcrypt
b8aa349

Caner Giden commited on

Fix: Reduce API key length to 20 hex chars, add truncate to verify, fix logging
bafe296

Caner Giden commited on

Fix: Truncate API key to 72 bytes for bcrypt compatibility
ab3a8ab

Caner Giden commited on

A4: Add projects, flows, flow_runs models and API endpoints
287234d

Caner Giden commited on

Fix: Make HTTPBearer return 401 instead of 403 when Authorization header is missing
d35d068

Caner Giden commited on

A3: Add API key authentication and GET /me endpoint
30384dd

Caner Giden commited on

A2: Add api_keys model and update initial migration
4a665c4

Caner Giden commited on

A1: Add typed HealthResponse model with OpenAPI schema
3f7ab36

Caner Giden commited on

Fix: Use psycopg v3 and lazy DB engine initialization to prevent import errors
4d010b9

Caner Giden commited on

Fix Core Phase 1: Add health endpoint, __init__.py files, and router registration
09f421f

Caner Giden commited on

Add app.py for Hugging Face Spaces deployment and fix config
8cb8e61

Caner Giden commited on

Restructure project: add models, alembic migrations, and core modules
393325a

Caner Giden commited on

Create main.py
5854c43
unverified

Caner Giden commited on

Create health.py
6aa66d5
unverified

Caner Giden commited on

Add database session management with SQLAlchemy
a90e89f
unverified

Caner Giden commited on

Add configuration settings for the application
e5a2439
unverified

Caner Giden commited on

Create __init__.py
0358820
unverified

Caner Giden commited on