Jump to content
Search Community

owenmelbz

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by owenmelbz

  1. Is there any movement on this? Seems like pretty simple solution is to either use npm private repos or a package zip protected by an api key.

     

    e.g each customer has a api key which can be generated in their account to which gives them a url to use maybe like 

     

    https://npm.greensock.com/plugin-1.0.zip?key=x999999999x8xxxxxxxxx888888x8

     

    Then users can simply to `npm install ^^` and paste in the url with their key.

     

    Then if the license expired the link will just 401/404 etc - also allows you to scope keys to versions

     

    What would be wrong with that? Would be harder for people to cheat than just tying "MorphSVGPlugin.js" into google and downloading it from one of the hundreds of results for it

×
×
  • Create New...