Commit graph

57 commits

Author SHA1 Message Date
d3814a359d
recommend watchexec for development instead of calling uvicorn
This lets us setup initialization logic much more uniformly
(e.g. configuring loggers)
2026-05-04 11:01:09 +02:00
1f13e8aa5a
api: implement bare-bones userinfo endpoint 2026-05-03 23:45:24 +02:00
2a03930b7e
store login toke expiry correctly in cookies 2026-05-03 23:40:47 +02:00
801edc4042
properly use OIDC security parameters like nonce and state 2026-05-03 22:46:57 +02:00
7fa9867a38
improve project structure for api 2026-05-03 22:08:05 +02:00
1a0f3726d8
implement proof-of-concept backend authentication 2026-05-03 18:10:53 +02:00
93394769b2
add initial Python API setup using uv init and README with short desc.
Add README with short description of the desired state.
2026-04-30 18:40:17 +02:00