Commit graph

25 commits

Author SHA1 Message Date
92b26c74bb message: use actor:message as second base class => replace message:sender with actor:customer 2025-05-02 14:41:27 +02:00
5c2126805d fix async stuff: kernels, interrupt handlinng 2025-03-16 11:09:53 +01:00
e7178b20d9 work in progress: render login form 2025-03-14 13:23:41 +01:00
95542a0f5a steps towards creating auth cookie 2025-01-24 21:47:58 +01:00
3cf5700a3d auth:principal: use shape:meta definition 2024-10-14 10:52:41 +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
923982369e move util.lisp to directory util, move crypto functions to separate package util/crypt 2024-08-27 16:36:30 +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
d24289abc3 work in progress: auth: simple implementation: class structure 2024-08-16 12:54:00 +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