Helmut Merz helmutm · he/him
helmutm pushed to master at cco/py-scopes 2025-04-29 15:05:09 +02:00
99f717a816 provide some example data + code (for JWT encoding/decoding) in 'scratch' module
helmutm pushed to master at cco/py-scopes 2025-04-29 09:19:05 +02:00
258baa88b2 auth fixes (fetch keys via request); collect responses for testing in separate file
helmutm pushed to master at cco/py-scopes 2025-04-28 15:29:32 +02:00
6857601ab8 work in progress: oidc auth tests
helmutm pushed to master at cco/py-scopes 2025-04-25 20:34:56 +02:00
01fc7d2874 auth, work in progress: decode id_token, + other improvements
helmutm pushed to master at cco/py-scopes 2025-04-23 09:10:49 +02:00
87310b9798 auth: improve loading of oidc provider data, provide and check in test
helmutm pushed to master at cco/py-scopes 2025-04-22 11:11:19 +02:00
b2d1c7888b work in progress: dummy oidc data handler for testing
helmutm pushed to master at cco/cl-scopes 2025-04-21 22:51:25 +02:00
e528d96e09 set up scopes-tst9 (testing client) package
helmutm pushed to master at cco/py-scopes 2025-04-21 11:53:29 +02:00
f21910e675 auth: get OIDC provider URIs, endpoints, and keys from OP config URLs
helmutm pushed to master at cco/py-scopes 2025-04-20 16:42:18 +02:00
96afb631e0 rename server to web
helmutm pushed to master at cco/py-scopes 2025-04-20 11:10:10 +02:00
bba081156b create package server.auth with module oidc (former server.auth module)
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