Heaplink
Developer & Designer
JFuseLicense
Version 1.0.0
JFuseLicense is a jQuery plugin to add and check licenses with the
You must be registered for see links
by Jian Ting. It's easy to set-up and use.
What is the idea for this?
This was just an idea I had when exploring FuseLicense. I wanted to use the service with AJAX so it could be faster and easier to use - even client-side. Though it's not intended for production use (unless you know how to use it properly) it's a great way of making your own license generator and checker.
Use this with cautionSince it's client-side it's not really secure when it comes to adding licenses. The private key is put in the method $.fuselicense.addLicense therefore everyone will be able to see it - which is not the idea for a private key.
Until FuseLicense get's an better and more secure way to add licenses, it's not secure to use this method, unless you know no one will ever reach the javascript file. It's safe enough to use $.fuselicense.checkLicense since it only requires a generated license key.
Help to improve the projectJFuseLicense is open-source which means everyone can contribute to the project. You can download, follow and fork the project here:
You must be registered for see links
Here you will also find a documentation of the project, to learn how to use it.
Licensing
The project is licensed under the MIT License. More information in the Readme @ the github repository.