dotnet add CrestApps.OrchardCore.PhoneNumbers.VerificationsProvides the Phone Number Verifications module for Orchard Core.
Features
Phone Number Verifications
Provides a provider-agnostic framework for verifying phone numbers, storing results on contact content items, and background revalidation. Its manifest-backed feature ID is CrestApps.OrchardCore.PhoneNumbers.Verifications, and it is categorized as Phone Verification. It depends on OrchardCore.Contents, and CrestApps.OrchardCore.PhoneNumbers, so Orchard Core enables those dependencies when this feature is enabled. The manifest marks it as enabled by dependency only, so it is intended to support other features rather than be selected as a standalone end-user feature. This description is based on the CrestApps manifest and documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
AbstractAPI Phone Number Verification
Verifies phone numbers using the AbstractAPI Phone Validation service. Its manifest-backed feature ID is CrestApps.OrchardCore.PhoneNumbers.Verifications.AbstractApi, and it is categorized as Phone Verification. It depends on CrestApps.OrchardCore.PhoneNumbers.Verifications, so Orchard Core enables that dependency when this feature is enabled. This description is based on the CrestApps manifest and documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Veriphone Phone Number Verification
Verifies phone numbers using the Veriphone phone number validation service. Its manifest-backed feature ID is CrestApps.OrchardCore.PhoneNumbers.Verifications.Veriphone, and it is categorized as Phone Verification. It depends on CrestApps.OrchardCore.PhoneNumbers.Verifications, so Orchard Core enables that dependency when this feature is enabled. This description is based on the CrestApps manifest and documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
Twilio Phone Number Verification
Verifies phone numbers using the Twilio Lookup service. Its manifest-backed feature ID is CrestApps.OrchardCore.PhoneNumbers.Verifications.Twilio, and it is categorized as Phone Verification. It depends on CrestApps.OrchardCore.PhoneNumbers.Verifications, so Orchard Core enables that dependency when this feature is enabled. This description is based on the CrestApps manifest and documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.
- MIT