Files
marketplaces/docs/architecture/foundation/adr/ADR-010-backward-compatibility-for-auth-payment-authorization.md

12 lines
1.1 KiB
Markdown
Raw Normal View History

# ADR-010: Backward Compatibility for Authentication, Payment, and Authorization
2026-07-19 15:28:35 +04:00
Status: Superseded
Date: 2026-07-03
2026-07-19 15:28:35 +04:00
Superseded by: `docs/backend/BACKEND-INTEGRATION.md` §2 (Authentication), §2.8 (Payments), §2.5 (admin authorization gap)
2026-07-19 15:28:35 +04:00
## Original decision (preserved for history)
2026-07-19 15:28:35 +04:00
Authentication and payment flows are proven and contract-sensitive. Platform refactoring must not break existing integrations. Freeze behavior and contracts for authentication flow, payment API interactions, and authorization logic. Allow only encapsulation and integration-layer isolation, not contract redesign.
2026-07-19 15:28:35 +04:00
This decision remains in effect. The full, verified contract — the Telegram QR/session flow, cookie policy, the frozen payment endpoint shapes, and the still-unresolved admin-authorization gap this ADR's constraint interacts with — lives in `docs/backend/BACKEND-INTEGRATION.md` §2 and §2.5§2.8. Read that document for current, code-verified detail; this file is kept only so ADR-numbered references in `docs/architecture/foundation/README.md` continue to resolve.