forked from citronneur/rdp-rs
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for the upgrade license flow (#43)
Fixes several bugs with the new license flow and allows us to successfully obtain a license on the first attempt. Additionally, add a LicenseStore trait that provides the ability to save licenses for later use, unlocking the upgrade license flow. Note: we now use a client-provided UUID to identify the client instead of using the Windows domain (which isn't unique per-agent).
- Loading branch information
Showing
4 changed files
with
745 additions
and
160 deletions.
There are no files selected for viewing
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
Oops, something went wrong.