Commit graph

6 commits

Author SHA1 Message Date
Philip (a-0)
d8f1733eb3 Refactoring, mainly formatting 2024-01-05 20:48:23 +01:00
Philip (a-0)
3825263fa3 Add basic JWT authentication for app API 2024-01-05 20:43:47 +01:00
Philip (a-0)
7ad2ed8ff1 removed unnecessary use statements 2023-12-08 22:32:54 +01:00
Philip (a-0)
98393b9bf6 Split State in separate views for Api and CommHandle
- State changes can now be handled differently, depending on whether they were caused locallly (API) or by a remote peer (Comm)
- State functions have more readable names (`write...` and `update...` have similar meanings, but using different names helps readability in the respective (API/Comm) context)
2023-12-08 22:31:47 +01:00
Philip (a-0)
32bbe8a8ce Clean up tests 2023-12-07 21:54:24 +01:00
Philip (a-0)
e4fe60c06e Proof of Concept 2023-12-07 19:51:19 +01:00