Helmut Merz helmutm · he/him
helmutm pushed to master at cco/py-scopes 2025-04-15 18:33:52 +02:00
cae934c2d7 fix pyproject: +requests
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 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 master at cco/py-scopes 2025-03-27 22:35:25 +01:00
ec80be5f97 use waitress as http server; provide simple shell script; auth improvments
helmutm pushed to master at cco/cl-scopes 2025-03-27 15:03:14 +01:00
1a5ff88f03 minor improvements on async, crypt (allow '=' trimming of digest)
helmutm pushed to master at cco/py-scopes 2025-03-27 08:27:08 +01:00
f911dbf590 oidc auth: get rid of pyoidc (oid) - provide random and crypt functionality in scopes.util
helmutm pushed to master at cco/py-scopes 2025-03-26 18:15:44 +01:00
950fcb4174 oidc auth: login and retrieval of user data basically working
helmutm pushed to master at cco/py-scopes 2025-03-26 15:43:56 +01:00
c1f07effee oidc auth: improvements, store info in cookie
helmutm pushed to master at cco/py-scopes 2025-03-25 11:08:19 +01:00
0207d12b46 work in progress: oidc auth - redirect to oidc provider OK, start processing callback