Releases
v0.5.0
Compare
Sorry, something went wrong.
No results found
v0.5.0 (2025-12-03)
Feature
feat(auth): add pluggable authentication system
Add BaseAuthProvider protocol for custom authentication implementations
Implement EnvAuthProvider for environment variable-based auth
Implement DatabaseAuthProvider with SQLAlchemy (SQLite/PostgreSQL)
Add JWT-based access and refresh token management
Create auth middleware for route protection
Add login page template with styled form
Create client-side auth.js module for token management
Update numerous.js to include auth headers in WebSocket connections
Add --with-auth and --with-db-auth options to numerous-bootstrap
Add comprehensive pytest tests for auth module
Add Jest tests for AuthManager
Add e2e tests for auth login flow
Update documentation with auth feature guide (bacfcc6 )
Fix
fix(e2e): resolve 'Text file busy' error when reusing venv
Reuse existing venv instead of recreating it
Add 3-second delay between tests for process cleanup (2c42095 )
fix: CI test failures for bootstrap and asyncio config
Fix test_run_app to handle new env parameter and check command structure
Use sys.executable -m uvicorn to ensure correct Python in venvs
Add asyncio_default_fixture_loop_scope to fix pytest deprecation warning (4dc7c1f )
You can’t perform that action at this time.