Skip to content
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

license server #6

Open
firsttris opened this issue Feb 26, 2020 · 2 comments · May be fixed by #15
Open

license server #6

firsttris opened this issue Feb 26, 2020 · 2 comments · May be fixed by #15
Assignees

Comments

@firsttris
Copy link
Owner

firsttris commented Feb 26, 2020

-concept: 1 user free for testing
-publish app in docker hub
-add php license server to shared hosting provider (one.com)
-implement ability to enter license in settings

@viciteufel
Copy link
Collaborator

viciteufel commented Mar 5, 2020

License Server available here: https://teufel-it.de/license.php?license_key=KEY

@viciteufel viciteufel self-assigned this Mar 5, 2020
@viciteufel
Copy link
Collaborator

viciteufel commented Mar 5, 2020

Server:

  • Endpoint: POST /license
    • query license from license server
    • save license in db
  • Endpoint: GET /license
    • returns license from db
  • verifyLogin check if local license is still valid and return it to the client
  • login check if license is still available on license server

Client:

  • Settings:
    • enter license key
    • view license content
  • if license is expired:
    • deactivate new user
    • no evaluations
    • no details
    • delete is allowed

@viciteufel viciteufel linked a pull request Mar 21, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants