[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fQSdPtkf42R-3Ofei9j_-_FPCaYm975Z_C4NlC_TumAI":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":9,"trust_score":10,"computed_at":11,"plugins":12},"alexdidit","https:\u002F\u002Fprofiles.wordpress.org\u002Falexdidit\u002F",1,10,100,30,94,"2026-04-05T09:09:57.905Z",[13],{"slug":14,"name":15,"version":16,"author":4,"author_profile":5,"description":17,"short_description":18,"active_installs":7,"downloaded":19,"rating":20,"num_ratings":20,"last_updated":21,"tested_up_to":22,"requires_at_least":23,"requires_php":24,"tags":25,"homepage":31,"download_link":32,"security_score":8,"vuln_count":20,"unpatched_count":20,"last_vuln_date":33,"fetched_at":34},"didit-verify","Didit Verify","0.1.4","\u003Cp>Didit Verify lets you require identity verification on your WordPress site. Drop a shortcode on any page or require it at WooCommerce checkout.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Two integration modes:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>UniLink\u003C\u002Fstrong> — paste a URL from the workflow you want from Didit Console. No backend needed.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>API Session\u003C\u002Fstrong> — [RECOMMENDED] the plugin creates a unique session per user. Your API key stays server-side.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Display options:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Modal\u003C\u002Fstrong> — opens a centered overlay on top of the page\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Embedded\u003C\u002Fstrong> — renders the verification inline where the shortcode is placed\u003C\u002Fli>\n\u003Cli>Configurable close button, exit confirmation dialog, and auto-close on completion\u003C\u002Fli>\n\u003Cli>Debug logging for SDK events in the browser console\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Button appearance:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Fully configurable from the admin panel: text, colors, border radius, padding, font size\u003C\u002Fli>\n\u003Cli>Live preview in Settings that updates as you change values\u003C\u002Fli>\n\u003Cli>Shortcode attributes can override the button text per page\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Content gating:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>[didit_gate]\u003C\u002Fcode> shortcode — restrict any content to verified users only\u003C\u002Fli>\n\u003Cli>\u003Ccode>[didit_status]\u003C\u002Fcode> shortcode — show the user’s verification status anywhere\u003C\u002Fli>\n\u003Cli>Verification status saved to WordPress user meta and visible in the admin Users list\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>WooCommerce support:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Require verification at checkout with 4 position options\u003C\u002Fli>\n\u003Cli>Automatically send billing data (name, email, phone, address) to Didit for pre-filling and cross-validation\u003C\u002Fli>\n\u003Cli>Verification session ID saved to order meta for audit\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Developer extensibility:\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>PHP action hooks: \u003Ccode>didit_session_created\u003C\u002Fcode>, \u003Ccode>didit_verification_completed\u003C\u002Fcode>, \u003Ccode>didit_verification_cancelled\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>PHP filter: \u003Ccode>didit_sdk_url\u003C\u002Fcode> to change the SDK CDN\u003C\u002Fli>\n\u003Cli>DOM CustomEvent: \u003Ccode>didit:complete\u003C\u002Fcode> for frontend JavaScript\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Security (API mode):\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>API key stored server-side only — never sent to the browser\u003C\u002Fli>\n\u003Cli>CSRF nonce on every request\u003C\u002Fli>\n\u003Cli>Per-user rate limit: 10 sessions\u002Fhour\u003C\u002Fli>\n\u003Cli>Per-IP rate limit: 3 sessions\u002Fhour (guests)\u003C\u002Fli>\n\u003Cli>All input whitelisted and sanitized\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>Third-Party Service\u003C\u002Fh3>\n\u003Cp>This plugin connects to the \u003Ca href=\"https:\u002F\u002Fdidit.me\" rel=\"nofollow ugc\">Didit\u003C\u002Fa> identity verification service to process user verifications. When a verification session is created (API mode), the plugin sends data to Didit’s servers. When the verification UI is displayed, an iframe loads content from \u003Ccode>verify.didit.me\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>This plugin bundles the \u003Ca href=\"https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002F@didit-protocol\u002Fsdk-web\" rel=\"nofollow ugc\">Didit Web SDK\u003C\u002Fa> (version 0.1.6) as \u003Ccode>assets\u002Fjs\u002Fdidit-sdk.umd.min.js\u003C\u002Fcode>. The full unminified source code is publicly available at the GitHub repository and npm package linked below.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Service: \u003Ca href=\"https:\u002F\u002Fdidit.me\" rel=\"nofollow ugc\">https:\u002F\u002Fdidit.me\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>SDK source code: \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fdidit-protocol\u002Fsdk-web\" rel=\"nofollow ugc\">https:\u002F\u002Fgithub.com\u002Fdidit-protocol\u002Fsdk-web\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>SDK npm package: \u003Ca href=\"https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002F@didit-protocol\u002Fsdk-web\" rel=\"nofollow ugc\">https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002F@didit-protocol\u002Fsdk-web\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>SDK license: MIT\u003C\u002Fli>\n\u003Cli>Terms of Use: \u003Ca href=\"https:\u002F\u002Fdidit.me\u002Fen\u002Fterms\u002Fidentity-verification\u002F\" rel=\"nofollow ugc\">https:\u002F\u002Fdidit.me\u002Fen\u002Fterms\u002Fidentity-verification\u002F\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Privacy Policy: \u003Ca href=\"https:\u002F\u002Fdidit.me\u002Fen\u002Fterms\u002Fprivacy-policy\u002F\" rel=\"nofollow ugc\">https:\u002F\u002Fdidit.me\u002Fen\u002Fterms\u002Fprivacy-policy\u002F\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>The SDK can be rebuilt from source with \u003Ccode>npm install && npm run build\u003C\u002Fcode> (uses Rollup). See the GitHub repository for full build instructions.\u003C\u002Fp>\n\u003Cp>No data is sent to Didit until the site administrator configures the plugin and a user initiates verification.\u003C\u002Fp>\n","Add identity verification to any WordPress page or WooCommerce checkout using Didit.",207,0,"2026-03-12T10:45:00.000Z","6.9.4","6.0","7.4",[26,27,28,29,30],"age-verification","id-check","identity-verification","kyc","woocommerce","https:\u002F\u002Fgithub.com\u002Fdidit-protocol\u002Fplugin-wordpress","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fdidit-verify.0.1.4.zip",null,"2026-03-15T15:16:48.613Z"]