Helmut Merz helmutm · he/him
helmutm pushed to master at cco/py-scopes 2025-04-20 10:42:48 +02:00
67985a6bdb auth: logout: start implementation (expire cookie)
helmutm pushed to master at cco/py-scopes 2025-04-16 16:51:38 +02:00
d128c5f138 auth: use logger.debug instead of print
helmutm pushed to master at cco/py-scopes 2025-04-16 10:54:41 +02:00
1918183c59 basic logging set-up
helmutm pushed to master at cco/py-scopes 2025-04-15 18:33:52 +02:00
cae934c2d7 fix pyproject: +requests
helmutm pushed to 3master at cco/loops 2025-04-15 18:32:35 +02:00
77fedaaeaa auth: remove obsolete definistions
helmutm pushed to master at cco/cl-scopes 2025-04-14 18:59:41 +02:00
40b8a0791b core/actor: first version of bg-actor (=process)
helmutm pushed to master at cco/cl-scopes 2025-04-14 09:43:49 +02:00
ca78d3b65e core/actor: show using :customer parameter
helmutm pushed to master at cco/cl-scopes 2025-04-13 15:13:59 +02:00
4639108092 core/actor: example actor, with function mapping: calculator
helmutm pushed to master at cco/cl-scopes 2025-04-13 12:00:50 +02:00
1575040324 core/actor: message class, improvements
helmutm pushed to master at cco/cl-scopes 2025-04-13 10:13:10 +02:00
32913677fd core/actor: first primitive implementation
helmutm pushed to master at cco/cl-scopes 2025-04-13 08:55:38 +02:00
b4762d5003 work in progress: actor
helmutm pushed to master at cco/cl-scopes 2025-04-12 10:46:33 +02:00
b4ee477329 rename async:task to fg-task
helmutm pushed to master at cco/cl-scopes 2025-04-12 10:30:14 +02:00
66dcb7672a start working on classical (Hewitt) actor stuff; + async improvements
helmutm pushed to master at cco/py-scopes 2025-04-07 10:21:32 +02:00
4b791cf83b auth: principal with correct groups => login and auth basically working
helmutm pushed to master at cco/py-scopes 2025-04-06 22:39:31 +02:00
2a52d8a481 auth: user info -> principal
helmutm pushed to 3master at cco/loops 2025-04-06 22:33:41 +02:00
636b209e9a work in progress: login with zitadel (Open ID Connect)
helmutm pushed to master at cco/py-scopes 2025-04-05 17:33:42 +02:00
35cf8884bf auth: unauthorized: call login()
helmutm pushed to master at cco/py-scopes 2025-04-05 12:31:31 +02:00
8d3ff5b667 auth: store user data in cookie, retrieve in authenticate()
helmutm pushed to master at cco/py-scopes 2025-04-04 16:49:09 +02:00
7bca60e74c auth: basic OIDC flow with cookie encryption and final redirect working
helmutm pushed to 3master at cco/loops 2025-03-31 17:24:09 +02:00
520c89f4b2 fix I18NValue: PersistentMapping.values() returns a generator, not a list