Commit graph

15 commits

Author SHA1 Message Date
7b9b3e2d47 more experiments with fastapi and async / await 2026-09-03 10:19:28 +02:00
778324ad33 add fastapi as optional dependency, + first experiments 2026-07-04 21:27:24 +02:00
cae934c2d7 fix pyproject: +requests 2025-04-15 18:33:37 +02:00
7bca60e74c auth: basic OIDC flow with cookie encryption and final redirect working 2025-04-04 16:48:53 +02:00
ec80be5f97 use waitress as http server; provide simple shell script; auth improvments 2025-03-27 22:35:19 +01:00
eaa2055c76 work in progress: JWT authentication: baseAuth as property, remove registration function 2024-11-16 09:27:01 +01:00
a3da3f07f0 work in progress: JWT authentication 2024-11-15 08:41:42 +01:00
ab050ba360 move tests into scopes package, provide runtests.sh calling zope-testrunner 2024-09-30 09:50:58 +02:00
fd6006899e rename postgres test file; add pytest section to pyproject.toml 2024-03-11 17:15:10 +01:00
4066720486 move real testing code to separate 'tlib' module 2024-03-07 09:38:55 +01:00
dba278fc02 ... and back to PostgreSQL 2024-03-07 09:02:59 +01:00
77f5abc7bf basic folder implementation with tests 2024-02-27 17:40:59 +01:00
2986d426bb move app to scopes.server; rename / clean-up 2024-02-21 22:45:54 +01:00
265048e76a add demo wsgi project (server + app) 2024-02-20 16:10:26 +01:00
02a56bf94d initial import 2024-02-14 18:15:48 +01:00