docs: Retire 'claim' from the authorization-code vocabulary #83
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
rosa/vernier!83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "domain/authorization-code-vocabulary"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Resolves the authorization-code ubiquitous-language drift from #79.
The flow named one concept three ways: redeem (the whole exchange, per the service method and glossary), consume (the atomic single-use removal, per the port method and ADR-0008), and claim — an unanchored synonym for consume introduced by the atomic-consumption change (PR #77).
consume_authorization_code, the domain service's redemption-path comments, and the Postgres adapter's row-count comment are reworded from claim to consume; the race framing stays, in consume terms.both_adapters!wrappers are renamed (consume_claims_the_code_exactly_once→consume_removes_the_code_exactly_once,consume_of_an_unknown_code_claims_nothing→consume_of_an_unknown_code_removes_nothing). Test bodies and assertions are untouched.No behaviour changes. The
cimise task passes.Closes #79