Confirmation
This module offers a developer API for managing confirmations, typically initiated via a link. It allows users to confirm or reject an action, with optional expiration times, and provides core logic that can be extended for specific use cases.
Provides a developer API to handle any kind of confirmation.
- It assumes that user gets a confirm link over some channel (usually email, but may be any other).
- It allows to confirm or reject.
- It may or may not have an expiration time.
- It provides only the core logic, any domain specific logic happens in a bundle class.
- Also all domain specific data will go to fields of that bundle.
See the confirmation_example module and tests.
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.