Helmut Merz helmutm · he/him
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
helmutm pushed to master at cco/cl-scopes 2024-08-15 17:42:55 +02:00
84889bdede server: add ':debug nil' setting
helmutm pushed to master at cco/cl-scopes 2024-08-15 16:02:50 +02:00
8becc1442d move all config files to etc subdirectories
helmutm pushed to master at cco/go-scopes 2024-08-15 11:25:04 +02:00
50541951e0 Update LICENSE
helmutm pushed to master at cco/cl-scopes 2024-08-15 10:01:27 +02:00
fc23b47259 auth: starting with class definitions; add LICENSE (MIT)