app/demo
|
app/demo: add (:auth :login) action
|
2024-07-22 19:50:50 +02:00 |
core
|
core:select actions: stop at first match, do not collect all matching actions
|
2024-08-30 16:21:12 +02:00 |
forge
|
minor refactoring, clean-up
|
2024-05-30 19:36:40 +02:00 |
frontend
|
redefine message as subclass of shape:record
|
2024-07-25 21:23:28 +02:00 |
lib/auth
|
move util.lisp to directory util, move crypto functions to separate package util/crypt
|
2024-08-27 16:36:30 +02:00 |
shape
|
util: fixes and improvements
|
2024-08-30 08:37:53 +02:00 |
storage
|
basic set-up of lib/auth system; + minor corrections
|
2024-08-10 09:16:16 +02:00 |
test
|
util: add to property list - and other improvements for web/response:interaction cookie stuff
|
2024-08-30 19:40:58 +02:00 |
util
|
util: add to property list - and other improvements for web/response:interaction cookie stuff
|
2024-08-30 19:40:58 +02:00 |
web
|
util: add to property list - and other improvements for web/response:interaction cookie stuff
|
2024-08-30 19:40:58 +02:00 |
.gitignore
|
set up logging in test-web
|
2024-07-04 06:57:48 +02:00 |
config.lisp
|
auth test, work in progress: get static login data from config / .env
|
2024-08-13 16:38:39 +02:00 |
LICENSE
|
auth: starting with class definitions; add LICENSE (MIT)
|
2024-08-15 09:59:12 +02:00 |
logging.lisp
|
provide code for supplying and selecting default-actions (like (:system :stop))
|
2024-07-05 10:09:48 +02:00 |
scopes-core.asd
|
move util.lisp to directory util, move crypto functions to separate package util/crypt
|
2024-08-27 16:36:30 +02:00 |
scopes-web.asd
|
web/client: add cookie-jar handling
|
2024-08-28 11:10:33 +02:00 |
scopes.asd
|
basic set-up of lib/auth system; + minor corrections
|
2024-08-10 09:16:16 +02:00 |
scratch.lisp
|
web, auth: work in progress: jwt generation
|
2024-08-24 10:29:50 +02:00 |
testing.lisp
|
web: use /hx as standard API path for htmx-type response; dom: use pre-defined elements
|
2024-07-22 13:46:40 +02:00 |