Commit graph

307 commits

Author SHA1 Message Date
c85ab638a5 forge/sf: fixes, improvements; work in progress: if, while, ... 2024-09-14 10:11:52 +02:00
78cce53f29 forge/sf: stack and vocabulary in class forge-env 2024-09-13 10:12:52 +02:00
5df8a852b1 forge/sf: new forge-env class, work in progress: put stack and vocabulary there 2024-09-13 09:39:07 +02:00
65fbf0aac4 forge/sf: tests, fixes - define wforge definition word 2024-09-11 10:03:30 +02:00
aa8017be9c forge/sf: register compiler words; reverse word index: use for printing functions 2024-09-10 15:46:22 +02:00
180bcca22e forge/sf, work in progress: define / compile forge words 2024-09-10 11:11:06 +02:00
b86005e111 forge/sf: exec-item improvements, basic comp-item implementation 2024-09-10 08:57:29 +02:00
60cee40051 util/iter: allow stopping an iterator by setting its stop slot to t 2024-09-09 19:52:19 +02:00
18bfcd8224 forge/sf: steps towards compiling, + minor improvements 2024-09-09 18:51:53 +02:00
2c9dbfde3e forge/sf, work in progress: generic functions for execution and compiling 2024-09-09 13:09:55 +02:00
ae4495e939 forge/sf: store words in sf-builtin:... variables; work in progress: use generic functions/methods 2024-09-09 12:05:55 +02:00
3e26a361c4 forge/sf: minor improvements 2024-09-08 22:29:01 +02:00
a61dc2f1dc new forge/sf: first working version processing input list 2024-09-08 17:14:15 +02:00
79afabb4b8 start with new forge implementation (forge/sf) 2024-09-08 15:39:25 +02:00
99586247de testing improvements; start with util/iter 2024-09-07 16:35:43 +02:00
b264886c17 auth/web: start with testing client login 2024-09-02 16:23:21 +02:00
b4fc8ad05d web/cookie: improvements: create-from-keys, more default values 2024-09-02 10:39:44 +02:00
1e6ffc1fa2 util: provide pointer (ptr = (make-array nil) 2024-09-01 16:45:55 +02:00
f6a361f4b8 web/response: create and set cookie, using web/cookie package based on cl-cookie 2024-09-01 10:33:37 +02:00
4d9328104f web/response: set up test call for set-cookie, + minor improvements 2024-08-31 09:55:12 +02:00
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