feat(licenses): multi-site keys and domain enforcement #299
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current
Required
Files
Ref #296
@MokoBot - Claude Opus 4.6
Enhancement: regex and wildcard support for domain provisioning
The current domain restriction field accepts a comma-separated list of exact domain names. This should be extended to support:
*.example.comto allow all subdomainsThis would cover common scenarios like:
*.acme.com)example.com,example.net)*.staging.example.com,*.example.com)The validation endpoint should evaluate these patterns when checking domain restrictions on license keys.
Authored by Jonathan Miller (@jmiller)