Helmut Merz helmutm · he/him
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
helmutm pushed to master at cco/cl-scopes 2024-08-20 19:30:16 +02:00
e71544c09f auth: start with 'web' sub-package that will provide real login functionality
0766bcf418 auth: minor simplifications - get rid of login / login-name slot
Compare 2 commits »
helmutm opened issue cco/cl-scopes#1 2024-08-20 09:02:50 +02:00
create JWT cookie
helmutm pushed to master at cco/cl-scopes 2024-08-18 19:28:10 +02:00
f6b21f9a43 auth: base64-encode password hashes (digests)
helmutm pushed to master at cco/cl-scopes 2024-08-18 18:23:25 +02:00
22d9e88295 auth: basic login functionality working
helmutm pushed to master at cco/cl-scopes 2024-08-18 15:18:16 +02:00
2fe0577a02 auth: set-up credentials and example (admin) principal basically OK
helmutm pushed to master at cco/cl-scopes 2024-08-18 11:31:42 +02:00
6e7aadf3af auth: more steps toward setting up default (admin) principal, + test login
helmutm pushed to master at cco/cl-scopes 2024-08-18 10:37:12 +02:00
792a8c4c09 auth: minor steps toward setting up default (admin) principal
8f418400aa add data-fields and -values to shape:record; use for auth:principal
Compare 2 commits »
helmutm pushed to master at cco/cl-scopes 2024-08-18 10:35:52 +02:00
a81cc92097 first steps with JWT: use cljwt as starting point
helmutm pushed to master at cco/py-scopes 2024-08-17 11:26:08 +02:00
a4c24a44d8 avoid 'db locked' error with sqlite on first run: provide additional commit()
helmutm pushed to master at cco/cl-scopes 2024-08-16 12:54:04 +02:00
d24289abc3 work in progress: auth: simple implementation: class structure