Helmut Merz helmutm · he/him
helmutm pushed to master at cco/cl-scopes 2024-09-01 10:33:42 +02:00
f6a361f4b8 web/response: create and set cookie, using web/cookie package based on cl-cookie
helmutm pushed to master at cco/cl-scopes 2024-08-31 09:55:19 +02:00
4d9328104f web/response: set up test call for set-cookie, + minor improvements
helmutm pushed to master at cco/cl-scopes 2024-08-30 19:41:05 +02:00
d52886ec15 util: add to property list - and other improvements for web/response:interaction cookie stuff
helmutm pushed to master at cco/cl-scopes 2024-08-30 16:22:37 +02:00
d934928a28 web/response, work in progress: provide set-cookie action handler (and default action)
helmutm pushed to master at cco/cl-scopes 2024-08-30 16:21:16 +02:00
487279bc1b core:select actions: stop at first match, do not collect all matching actions
helmutm pushed to master at cco/cl-scopes 2024-08-30 14:47:13 +02:00
974937cba7 web/response:interaction: simplify action definition with core:define-actions
helmutm pushed to master at cco/cl-scopes 2024-08-30 11:26:46 +02:00
0bedb8ee33 web/response: make interaction subclass of new base-context class, store message = action
helmutm pushed to master at cco/cl-scopes 2024-08-30 08:37:57 +02:00
1cc19753d4 util: fixes and improvements
helmutm pushed to master at cco/cl-scopes 2024-08-29 21:57:43 +02:00
9377ab116a web/response, work in progress: more on response message processing by interaction
helmutm pushed to master at cco/cl-scopes 2024-08-28 18:12:18 +02:00
2a4d3af1dd web/response, work in progress: render cookie data supplied by downstream service
helmutm pushed to master at cco/cl-scopes 2024-08-28 14:57:53 +02:00
cf7d85af4d web/server: log request cookies; fix old log and print-object stuff
helmutm pushed to master at cco/cl-scopes 2024-08-28 11:10:39 +02:00
dd69b1b56f web/client: add cookie-jar handling
helmutm pushed to master at cco/cl-scopes 2024-08-27 16:36:36 +02:00
923982369e move util.lisp to directory util, move crypto functions to separate package util/crypt
ae46e97fc4 web/jwt, util: fixes and improvements
Compare 2 commits »
helmutm pushed to master at cco/cl-scopes 2024-08-25 18:28:40 +02:00
81e44aa4a8 web/jwt: JWT decoding basically working
helmutm pushed to master at cco/cl-scopes 2024-08-25 11:52:41 +02:00
536e89b0d5 web/jwt, util: improvements and fixes
helmutm pushed to master at cco/cl-scopes 2024-08-25 11:22:01 +02:00
c747cb0557 JWT creation with valid signature basically working
helmutm pushed to master at cco/cl-scopes 2024-08-25 10:09:10 +02:00
c14a6775a9 work in progress: web/jwt creation
helmutm pushed to master at cco/cl-scopes 2024-08-24 19:54:14 +02:00
a2a8474e93 first basic version of HS256 signing (for JWT creation)
helmutm pushed to master at cco/cl-scopes 2024-08-24 14:35:43 +02:00
ccbd9cd4fe make shape:print-object more generic
helmutm pushed to master at cco/cl-scopes 2024-08-24 10:30:01 +02:00
5fec210f2f web, auth: work in progress: jwt generation