One license.
Every domain you ship.
Activate the JSS Face Recognition Login plugin across your sites, track usage in real time, and renew without breaking a single deployment.
FRL-A7F3-9C2E-4B81-D06A-5E2F-1C9D
Built for production WordPress teams, not weekend installs.
Every license ships with a hardened activation API, audit logging, and a control panel your developers will not fight with.
Hardened Activation
Cryptographically signed license keys, prepared SQL, and rate-limited endpoints. No plaintext tokens,no shortcuts.
Manage Every Seat
See active domains, last validation, and renewal dates in a single dashboard. Transfer seats between environments with one click.
Renewals on Autopilot
Email reminders 7 days before expiry. One-click renewal keeps every activated domain online without a re-deploy.
Auto Invoices
PDF-ready invoices for every order. GST-compliant fields baked in for India and international billing.
REST API
Activate, validate, and deactivate from your own backend. Authenticated with HMAC, idempotent on retries.
POST /api/activate
Three steps, no back-and-forth emails.
Pick a plan
Personal, Business, or Agency. Pay with Razorpay, UPI, cards, or net banking. Receipt arrives in seconds.
Get your key
Your license key is generated cryptographically and emailed to you. It is also waiting in your dashboard.
Activate on site
Drop the key into the plugin settings or call our REST API. Validation runs in under 200ms, every time.
One price. Twelve months. Every update.
No surprise charges. No usage meters. Renew once a year and keep shipping.
Perfect for a single website or personal project.
- 1 domain
- 1 year of updates
- 1 Website License
- 1 Year of Updates
- Email Support
- Standard License Key
- Basic Activation
For freelancers and small businesses managing multiple sites.
- 5 domains
- 1 year of updates
- 5 Website Licenses
- 1 Year of Updates
- Priority Email Support
- Standard License Key
- Advanced Activation
- Priority Plugin Updates
Unlimited power for agencies and product teams.
- Unlimited domains
- 1 year of updates
- Unlimited Website Licenses
- 1 Year of Updates
- 24/7 Priority Support
- White-label License
- Advanced Activation
- Priority Plugin Updates
- Dedicated Account Manager
Need 25+ seats or an air-gapped install? Talk to the team.
Wire it into your stack in a single POST.
The activation API is the same one our plugin uses. Idempotent, signed, and rate-limited. Your dashboards and CI pipelines will thank you.
-
01
HMAC signed requests Every payload is signed with your secret. Replay attacks are rejected at the edge.
-
02
Idempotent on retries Send the same request twice, get the same response. Safe to retry from any queue.
-
03
Webhooks included Renewals, expirations, and revocations flow into your system the moment they happen.
# Activate a license on a new domain
curl -X POST https://license.jsswebsolutions.com/api/activate \
-H "X-JSS-Key: FRL-A7F3-9C2E-4B81-D06A-5E2F-1C9D" \
-H "X-JSS-Signature: hmac:9c1f..." \
-d '{ "domain": "shop.example.com" }'
# Response
{
"status": "active",
"expires_at": "2027-07-30",
"seats_used": 3,
"seats_total": 5
}
Frequently asked.
How does the license work?
After purchase, you receive a unique license key. Use it to activate the plugin on up to N domains (depending on your plan). Each license is valid for 1 year and includes all updates.
Can I upgrade my plan later?
Yes. Upgrade at any time from your dashboard. The remaining time on your current license is credited toward the new plan automatically.
What payment methods do you accept?
We accept every method supported by Razorpay, including credit cards, debit cards, UPI, and net banking. International cards are supported as well.
How do renewals work?
You get an email reminder 7 days before expiry. Log in to your dashboard to renew in a single click. Activated domains are preserved on renewal.
Do you offer refunds?
Yes. A 6-day money-back guarantee on all plans. Reach out to support to request a refund, no forms required.
Is the license API secure?
All endpoints use cryptographically secure key generation, prepared SQL statements, CSRF protection, HMAC signatures, and rate limiting.
Ready to ship the next release?
Pick a plan, activate on your domain, and keep your face recognition plugin running in production.