mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-05 18:20:36 -08:00
Compare commits
2 commits
3f0e373708
...
0bbb123f0b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0bbb123f0b | ||
|
|
f406e9271c |
1 changed files with 2 additions and 1 deletions
|
|
@ -196,7 +196,8 @@ if one is present and login fails."
|
|||
|
||||
(defun make-token ()
|
||||
"Create a unique token used to associate a browser with a user"
|
||||
(get-universal-time))
|
||||
(crypto:byte-array-to-hex-string
|
||||
(crypto:random-data 16)))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; create-base-table ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue