mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 15:00:24 -08:00
doc adjustments
This commit is contained in:
parent
7038af9e14
commit
230a0714ba
4 changed files with 4 additions and 5 deletions
|
|
@ -34,9 +34,6 @@ Some notes on this
|
|||
|
||||
3) Way to receive data from the page - This is one way but not ideal - https://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebContext.html#webkit-web-context-register-uri-scheme and seems most all here https://blogs.igalia.com/carlosgc/2013/09/10/webkit2gtk-web-process-extensions/
|
||||
|
||||
- clog-auth
|
||||
- tiered authorization, user profiles, etc
|
||||
|
||||
- clog-monitor
|
||||
- logging, usage, etc.
|
||||
|
||||
|
|
|
|||
|
|
@ -293,4 +293,6 @@ High Order Extensions to CLOG
|
|||
that are database connected
|
||||
- CLOG-DB-Table - Version of html table that are database connected
|
||||
|
||||
- clog-auth - Authentication and authorization framework (in progress)
|
||||
|
||||
(See [FUTURE.md](FUTURE.md) for future plans)
|
||||
|
|
|
|||
|
|
@ -34,7 +34,6 @@
|
|||
(defun get-authentication-token (body &key auth-path)
|
||||
"Retrieve the stored authorization token"
|
||||
(let ((token (storage-element (window body) :local *clog-auth-key*)))
|
||||
(print token)
|
||||
(when (equalp token "null")
|
||||
(setf token nil))
|
||||
(unless token
|
||||
|
|
|
|||
|
|
@ -31,7 +31,8 @@
|
|||
&key hidden class html-id auto-place)
|
||||
(:documentation "Create a new CLOG-Database element, for use in
|
||||
CLOG-Builder. If not using builder use to connect:
|
||||
(dbi:connect (database-connection clog-obj) ...)"))
|
||||
(dbi:connect (database-connection clog-obj) ...) or if a
|
||||
connection exists assign it to the database-connecton."))
|
||||
|
||||
(defmethod create-database ((obj clog-obj)
|
||||
&key (hidden nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue