app/demo
|
app/demo: add (:auth :login) action
|
2024-07-22 19:50:50 +02:00 |
core
|
web/response: set up test call for set-cookie, + minor improvements
|
2024-08-31 09:55:12 +02:00 |
forge
|
forge/sf: register compiler words; reverse word index: use for printing functions
|
2024-09-10 15:46:22 +02:00 |
frontend
|
redefine message as subclass of shape:record
|
2024-07-25 21:23:28 +02:00 |
lib/auth
|
testing improvements; start with util/iter
|
2024-09-07 16:35:43 +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
|
forge/sf: register compiler words; reverse word index: use for printing functions
|
2024-09-10 15:46:22 +02:00 |
util
|
forge/sf, work in progress: define / compile forge words
|
2024-09-10 11:11:06 +02:00 |
web
|
web/cookie: improvements: create-from-keys, more default values
|
2024-09-02 10:39:44 +02:00 |
.gitignore
|
set up logging in test-web
|
2024-07-04 06:57:48 +02:00 |
config.lisp
|
web/response: set up test call for set-cookie, + minor improvements
|
2024-08-31 09:55:12 +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
|
forge/sf: store words in sf-builtin:... variables; work in progress: use generic functions/methods
|
2024-09-09 12:05:55 +02:00 |
scopes-web.asd
|
web/response: create and set cookie, using web/cookie package based on cl-cookie
|
2024-09-01 10:33:37 +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
|
testing improvements; start with util/iter
|
2024-09-07 16:35:43 +02:00 |