base app with app-key, registration, login, logout

This commit is contained in:
2026-01-09 13:36:21 +01:00
parent e316001fa7
commit 362a83b2e3
13 changed files with 602 additions and 160 deletions
+2 -1
View File
@@ -11,6 +11,7 @@ author_email = "ignace@suy.nl"
[tool.briefcase.app.justgetit]
formal_name = "Just Get It"
description = "Just Get It App"
icon = "icons/logo"
long_description = """More details about the app should go here.
"""
sources = [
@@ -22,7 +23,7 @@ test_sources = [
]
requires = [
"requests",
"httpx",
]
test_requires = [
"pytest",