Commit graph

337 commits

Author SHA1 Message Date
d52886ec15 util: add to property list - and other improvements for web/response:interaction cookie stuff 2024-08-30 19:40:58 +02:00
d934928a28 web/response, work in progress: provide set-cookie action handler (and default action) 2024-08-30 16:22:33 +02:00
487279bc1b core:select actions: stop at first match, do not collect all matching actions 2024-08-30 16:21:12 +02:00
974937cba7 web/response:interaction: simplify action definition with core:define-actions 2024-08-30 14:47:09 +02:00
0bedb8ee33 web/response: make interaction subclass of new base-context class, store message = action 2024-08-30 11:26:40 +02:00
1cc19753d4 util: fixes and improvements 2024-08-30 08:37:53 +02:00
9377ab116a web/response, work in progress: more on response message processing by interaction 2024-08-29 21:57:24 +02:00
2a4d3af1dd web/response, work in progress: render cookie data supplied by downstream service 2024-08-28 18:12:11 +02:00
cf7d85af4d web/server: log request cookies; fix old log and print-object stuff 2024-08-28 14:57:47 +02:00
dd69b1b56f web/client: add cookie-jar handling 2024-08-28 11:10:33 +02:00
923982369e move util.lisp to directory util, move crypto functions to separate package util/crypt 2024-08-27 16:36:30 +02:00
ae46e97fc4 web/jwt, util: fixes and improvements 2024-08-27 15:54:47 +02:00
81e44aa4a8 web/jwt: JWT decoding basically working 2024-08-25 18:28:35 +02:00
536e89b0d5 web/jwt, util: improvements and fixes 2024-08-25 11:52:36 +02:00
c747cb0557 JWT creation with valid signature basically working 2024-08-25 11:21:55 +02:00
c14a6775a9 work in progress: web/jwt creation 2024-08-25 10:09:05 +02:00
a2a8474e93 first basic version of HS256 signing (for JWT creation) 2024-08-24 19:54:02 +02:00
ccbd9cd4fe make shape:print-object more generic 2024-08-24 14:35:38 +02:00
5fec210f2f web, auth: work in progress: jwt generation 2024-08-24 10:29:50 +02:00
e71544c09f auth: start with 'web' sub-package that will provide real login functionality 2024-08-20 19:30:11 +02:00
0766bcf418 auth: minor simplifications - get rid of login / login-name slot 2024-08-20 19:28:44 +02:00
f6b21f9a43 auth: base64-encode password hashes (digests) 2024-08-18 19:28:03 +02:00
22d9e88295 auth: basic login functionality working 2024-08-18 18:23:21 +02:00
2fe0577a02 auth: set-up credentials and example (admin) principal basically OK 2024-08-18 15:18:11 +02:00
6e7aadf3af auth: more steps toward setting up default (admin) principal, + test login 2024-08-18 11:31:37 +02:00
792a8c4c09 auth: minor steps toward setting up default (admin) principal 2024-08-18 10:37:05 +02:00
8f418400aa add data-fields and -values to shape:record; use for auth:principal 2024-08-18 10:37:05 +02:00
a81cc92097 first steps with JWT: use cljwt as starting point 2024-08-18 10:35:42 +02:00
d24289abc3 work in progress: auth: simple implementation: class structure 2024-08-16 12:54:00 +02:00
cyberconcepts.org
84889bdede server: add ':debug nil' setting 2024-08-15 17:42:50 +02:00
8becc1442d move all config files to etc subdirectories 2024-08-15 16:02:46 +02:00
fc23b47259 auth: starting with class definitions; add LICENSE (MIT) 2024-08-15 09:59:12 +02:00
5c1838b347 auth test, work in progress: get static login data from config / .env 2024-08-13 16:38:39 +02:00
0cd12b377b auth: config with admin credentials 2024-08-13 12:04:58 +02:00
b062ec2962 scopes-auth, work in proress: set-up / config tests, start with login 2024-08-10 19:51:03 +02:00
d09abff170 basic set-up of lib/auth system; + minor corrections 2024-08-10 09:16:16 +02:00
919119d649 storage/folder: + parent query 2024-08-09 18:50:43 +02:00
8aed67f057 storage/folder: + items (and auxiliary functions) 2024-08-09 17:42:05 +02:00
20ae39e3c4 tracking: fix save, update 2024-08-09 09:54:01 +02:00
dd4f8ccebd tracking: test and improve query / setup-select 2024-08-09 09:30:25 +02:00
997b0afb0e folder: rename put-new to create; simplifications 2024-08-08 22:12:37 +02:00
d759a5c57c storage/folder: root, put-new 2024-08-08 15:28:31 +02:00
d673f6280c shape: get and set individual head values 2024-08-08 10:20:15 +02:00
e92bc4d8a7 shape:record: always fill head with nil when shorter list is given 2024-08-08 09:29:23 +02:00
8488eeb26c folder: define key-fields; tracking:track-equal: compare trimmed head values 2024-08-07 23:06:00 +02:00
ca7c4a824e tracking:save: use - optionally restricted - key-fields instead of all head-fields for query 2024-08-07 09:42:52 +02:00
a3238f4c2c tracking/storage: work in progress: folder 2024-08-06 18:15:46 +02:00
989a380a53 tracking: register container instance after creation, item-head-fields as slot 2024-08-06 12:18:24 +02:00
98d21061f5 minor improvements; start working on: uid stuff <- container registration 2024-08-04 21:29:55 +02:00
5678483a50 more on tracking:save, +track-equal check 2024-08-04 10:07:20 +02:00