From f555fa916a4bf7264363709b4da54a6335dcea25 Mon Sep 17 00:00:00 2001 From: didirus4 Date: Sun, 20 Jul 2025 08:10:04 +0300 Subject: [PATCH] (WIP) feat: ely.by account authentication --- .../src/components/ui/AccountsCard.vue | 207 +++++++++++++++--- apps/app-frontend/src/helpers/auth.js | 18 ++ apps/app-frontend/src/helpers/utils.js | 16 +- apps/app/build.rs | 2 + apps/app/src/api/auth.rs | 56 ++++- apps/app/src/api/utils.rs | 24 +- apps/app/tauri.conf.json | 2 +- packages/app-lib/src/api/minecraft_auth.rs | 10 + packages/app-lib/src/launcher/mod.rs | 35 +-- packages/app-lib/src/state/minecraft_auth.rs | 28 +++ packages/app-lib/src/util/utils.rs | 140 ++++++++---- 11 files changed, 425 insertions(+), 113 deletions(-) diff --git a/apps/app-frontend/src/components/ui/AccountsCard.vue b/apps/app-frontend/src/components/ui/AccountsCard.vue index f7a6326d6..e41b4f4d3 100644 --- a/apps/app-frontend/src/components/ui/AccountsCard.vue +++ b/apps/app-frontend/src/components/ui/AccountsCard.vue @@ -37,7 +37,7 @@ - @@ -64,35 +64,84 @@ - - + + +
+ + +
+ +
+
+
- - + + + +
-
- + +
+ + +
+ +
+
+
+ +
+ + +
+ +
+
+
+ +
+ + +
    +
  • Check that you have entered the correct player name or email.
  • +
  • Check that you have entered the correct password.
  • +
+ +
+ +
+
+
+