Re: License management system Refrence

2021-04-09 Thread Cesar Mojarro
https://github.com/leoata/Serial-Keys On Thu, Apr 8, 2021 at 5:58 PM Ryan Nowakowski wrote: > On Wed, Apr 07, 2021 at 12:43:03PM +0545, Vkash Poudel wrote: > > Sorry, I don't have any reference code for you. But here are some things > to think about. > > >2. where Users can purchase KEY for

Re: License management system Refrence

2021-04-08 Thread Ryan Nowakowski
On Wed, Apr 07, 2021 at 12:43:03PM +0545, Vkash Poudel wrote: Sorry, I don't have any reference code for you. But here are some things to think about. >2. where Users can purchase KEY for a service, ie. just like (Product >Key or Activation Key) What payment backend will you use for the

Re: License management system Refrence

2021-04-07 Thread bikash...@gmail.com
License as per the service On Wednesday, April 7, 2021 at 10:16:55 AM UTC+5:45 Ryan Nowakowski wrote: > What kind of product are you trying to license? A proprietary computer > desktop application? A mobile application for iOS or Android? A proprietary > self-hosted web app? > > > On April 6, 2

Re: License management system Refrence

2021-04-06 Thread Vkash Poudel
Thanks for the reply and reference, 1. I want to develop a system like Key Management System(KMS) 2. where Users can purchase KEY for a service, ie. just like (Product Key or Activation Key) 3. Validate that key as per their subscription, ie. (Month or Year) 4. user can use servic

Re: License management system Refrence

2021-04-06 Thread Ryan Nowakowski
What kind of product are you trying to license? A proprietary computer desktop application? A mobile application for iOS or Android? A proprietary self-hosted web app? On April 6, 2021 1:50:51 AM CDT, "bikash...@gmail.com" wrote: >Can any one provide me reference regarding license (Serial Key)

Re: License management system Refrence

2021-04-06 Thread Derek
You seem to be mixing up different aspects here. 1. Trying to control access to a web app through device-level details is *not* a viable option. The whole point of web apps (as opposed to ones installed on a user's machine under a specific OS) is that the machine they are running on is mostly i

License management system Refrence

2021-04-05 Thread bikash...@gmail.com
Can any one provide me reference regarding license (Serial Key) server system in django, where , we can generate unique serial key for products, we can validate user subscription, Clients can run demo (limited features), and with that serial key users can run with limited device,(Device lock) Ho