summaryrefslogtreecommitdiff
path: root/app/auth
diff options
context:
space:
mode:
authorl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-03-14 13:31:28 +0200
committerl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-03-14 13:31:28 +0200
commit4d3aa54f80f4ac3bdf927e3746478cec3bcb35e9 (patch)
tree6cb0d249f3c2a1de01365dd78d97916297d07f9f /app/auth
Initial commit
Diffstat (limited to 'app/auth')
-rw-r--r--app/auth/__init__.py0
-rw-r--r--app/auth/jwt.py0
-rw-r--r--app/auth/login.py0
-rw-r--r--app/auth/register.py0
4 files changed, 0 insertions, 0 deletions
diff --git a/app/auth/__init__.py b/app/auth/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/app/auth/__init__.py
diff --git a/app/auth/jwt.py b/app/auth/jwt.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/app/auth/jwt.py
diff --git a/app/auth/login.py b/app/auth/login.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/app/auth/login.py
diff --git a/app/auth/register.py b/app/auth/register.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/app/auth/register.py