nordabiz/blueprints/auth
Maciej Pienczyn 1598f93c58 feat: multi-company switcher backend (helper, context processor, switch endpoint, session init)
- Add helpers/company_context.py with get_active_company_id() fallback logic
- Add inject_company_context() context processor to app.py (user_companies, active_company, has_multiple_companies)
- Add /api/switch-company/<id> POST endpoint in public blueprint
- Set session['active_company_id'] on login (both standard and 2FA paths)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 13:52:27 +02:00
..
__init__.py refactor(phase2a): Extract auth + public blueprints with Alias Bridge 2026-01-31 07:28:18 +01:00
CLAUDE.md chore: Clean up CLAUDE.md files and remove old downloaded files 2026-02-08 18:02:35 +01:00
routes.py feat: multi-company switcher backend (helper, context processor, switch endpoint, session init) 2026-04-10 13:52:27 +02:00