summaryrefslogtreecommitdiffstatshomepage
path: root/src-tauri/src/core/auth.rs
Commit message (Collapse)AuthorAgeFilesLines
* feat: implement Microsoft account token refresh and storage management; add ↵HsiangNianian2026-01-131-0/+83
| | | | Java detection functionality
* feat: enhance Microsoft login flow with status updates and polling managementHsiangNianian2026-01-131-5/+23
|
* refactor: clean up comments and improve code formatting in authentication ↵HsiangNianian2026-01-131-7/+0
| | | | and login UI
* feat: update Microsoft account client ID and enhance login UX with clipboard ↵HsiangNianian2026-01-131-1/+1
| | | | and auto-open functionality
* feat: update Microsoft account client ID for authenticationHsiangNianian2026-01-131-1/+1
|
* feat: implement custom User-Agent client for Microsoft authentication and ↵HsiangNianian2026-01-131-38/+65
| | | | refactor request handling
* feat: update Microsoft account client ID and enhance error handling for ↵HsiangNianian2026-01-131-5/+44
| | | | authentication and profile fetch
* feat: implement Microsoft account login flow and refactor account handlingHsiangNianian2026-01-131-3/+279
|
* feat: add offline account management and version fetching functionalityHsiangNianian2026-01-131-0/+28