-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add License verification and refresh (#845)
This PR provides a range of functionality related to validating license: - pass license token to simulator server for validation - refresh license token every 24 hours - refresh license token if it expired - remove license token if it was corrupted, or when device was removed in customer portal - inform user about token corruption, and license expiration/cancellation This PR is dependent on software-mansion-labs/simulator-server#183 ### How Has This Been Tested: - Run IDE and register license - restart radon IDE and check with debugger if checks run as expected - simulate wrong answers from simulator server to check other paths --------- Co-authored-by: Krzysztof Magiera <[email protected]>
- Loading branch information
1 parent
d501749
commit 3a613ec
Showing
4 changed files
with
166 additions
and
37 deletions.
There are no files selected for viewing
Submodule simulator-server
updated
from 778323 to 05c2eb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters