Skip to content

Various improvements#69

Draft
Isolaryn wants to merge 6 commits intoLavishSoftware:masterfrom
Isolaryn:fix-login
Draft

Various improvements#69
Isolaryn wants to merge 6 commits intoLavishSoftware:masterfrom
Isolaryn:fix-login

Conversation

@Isolaryn
Copy link
Contributor

No description provided.

Ensures that each account utilizes a separate WebView2 user data folder.

This prevents potential conflicts or data sharing between different
accounts during the authentication process. The user data folder is
placed within the local application data directory to avoid write
protection issues in the Innerspace folder.
We were storing cookies which is not correct, lets just stop doing this now.
- Adds VerifyWebView2LoaderExists() method to check for WebView2Loader.dll in runtime directories
- Displays helpful error message if DLL is missing, with instructions to copy from download
- Includes debug logging to show which runtime paths are being checked
- Adds null safety checks in SaveCookiesAsync() to prevent exceptions
Implements support for OAuth2 refresh tokens for EVE Online accounts.
This allows the launcher to automatically renew access tokens,
improving the login experience and reducing the need for manual
re-authentication.

Adds a setting to enable/disable refresh token usage.
Refresh tokens are stored encrypted using a master password.
Provides UI to clear refresh tokens for selected accounts.
Improves debugging capabilities for the authentication flow by adding comprehensive logging at each step.

This includes logging for challenge requests, token retrieval, and potential error conditions, aiding in diagnosing and resolving authentication issues.
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 this pull request may close these issues.

1 participant