$ git clone https://github.com/werbot/lime.git
- Modify config for DB in
config/config.go - Update parameters for privateKey, publicKey in file
license/license.goTo generate new key pair use commandgo run main.go pkey
$ go run main.go server
healthcheck: Check healthcheckhelp: Help about any commandserver: Start license serverpkey: Generating key pair
Link for admin console http://localhost:8080/admin/
default login - admin, password - admin

GET /api/ping: Health serverPOST /api/key: Generate new licenseGET /api/key/:customer_id: Get active licensePATCH /api/key/:customer_id: Update licensePOST /api/verify: Check status license
- Generating license
- Verification license
- Auto-create and install license on the client
- Command-line utility for generating key pair
- Integration with Stripe
- Example client
- Admin console
- Support IP address check
- Support country check
