Helmut Merz helmutm · he/him
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
helmutm pushed to 3master at cco/loops 2025-03-29 16:05:41 +01:00
b6c93302b9 fix settings for loops and bluebream example instances
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
helmutm pushed to master at cco/py-scopes 2025-03-24 22:26:22 +01:00
87c0c1db2e work in progress: oidc authentication: start login processing
helmutm pushed to master at cco/py-scopes 2025-03-24 12:04:58 +01:00
3e25b5e593 work in progress: entry points for OpenID Connect (oidc) authentication
helmutm pushed to master at cco/cl-scopes 2025-03-23 17:05:17 +01:00
a4c87d4845 add dom:to-list for directly converting dom elements to nested list format