From ea743d19e9e6de153f3219c9097c656b55d948dd Mon Sep 17 00:00:00 2001 From: Janis Steiner Date: Wed, 18 Dec 2024 22:47:23 +0100 Subject: [PATCH] adding first auth layer => password --- app-code/api/login/check_pw.php | 37 ++++++++++ app-code/login/pw.php | 115 ++++++++++++++++++++++++++++++++ 2 files changed, 152 insertions(+) create mode 100644 app-code/api/login/check_pw.php create mode 100644 app-code/login/pw.php diff --git a/app-code/api/login/check_pw.php b/app-code/api/login/check_pw.php new file mode 100644 index 0000000..45fe688 --- /dev/null +++ b/app-code/api/login/check_pw.php @@ -0,0 +1,37 @@ + 'success' + ]; + echo(json_encode($data)); +}else{ + $data = [ + 'status' => 'failure' + ]; + echo(json_encode($data)); + +} + + +?> diff --git a/app-code/login/pw.php b/app-code/login/pw.php new file mode 100644 index 0000000..9b2bee5 --- /dev/null +++ b/app-code/login/pw.php @@ -0,0 +1,115 @@ + + + + + + Jakach Login + + + +
+
+
+ +
+
+

Jakach Login

+ +
+ +
+ +
+ +
+ + +
+
+
+
+
+
+
+ + + + + + +