-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiuser-License possible? #10
Comments
Hmm, I didn't think of it this way. Probably you want to create anonymous licenses, right? A user can create a product linked anonymous (initially no releation for user) license but if anyone use this licenses (we assume they already registered or will be registered) we going to assign given license to current logged in user. Such as dealership and distributor (I couldn't find right word). This need seems to belong to someone in between or it could be for special promotional integrations or discount campaigns. |
Not quite my intention. 1 license can be sent to x users who are registered (outside of the application, by mail f.e.). So the license in the database would need an extra field called "seats" f.e. |
It makes sense now but how will you know who has which seat? For example, you created 1 license key for 3 seats but how can we prevent 4th license access? In this case, we need one more parameter like Also, can you give a real-world scenario? |
Sounds good. This my current real world scenario :) I have a SaaS page, where user can buy licenses for applications, where they get access to as soon as the bought a license. The application is within this laravel app. So one source of truth - one db. Access managed by Jetstream. |
Ok, I understood. I'm working on a new license server and connector package version. I'll publish it soon. Also, I can add this feature. |
really! cool! Sounds great! thx |
What i want to achieve:
A user buys a product based on user counts. So he buys software 1 with 5 users seats and software 2 with 3 user seats.
Now the buyer gets one license key per software (2 in total), which he can distribute to others, who then can enter this license in their account and get access to the adequate software.
How can i achieve this?
any ideas?
The text was updated successfully, but these errors were encountered: