Summary
Implement an API key flow for the Bereken je Recht use case, where PostGuard handles the full sending flow including emailing both HHNK and the citizen.
Flow
- Bereken je Recht sends a request using an API key
- PostGuard handles the encryption and sends emails to both:
- HHNK (the organization)
- The citizen who initiated the request
Key design decisions
- PostGuard handles the full email sending in this flow
- Communication is authenticated via API key
- Two recipients per request: the organization (HHNK) and the citizen
Dependencies
Summary
Implement an API key flow for the Bereken je Recht use case, where PostGuard handles the full sending flow including emailing both HHNK and the citizen.
Flow
Key design decisions
Dependencies