Add comment on auth docs to review in the futre.
This commit is contained in:
parent
e6f200a5a2
commit
1c73471579
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ fn get_lib_file {
|
||||||
fn template { awk -f bin/template.awk $* | rc $rcargs }
|
fn template { awk -f bin/template.awk $* | rc $rcargs }
|
||||||
|
|
||||||
# Auth code
|
# Auth code
|
||||||
|
# TODO: check http://cookies.lcs.mit.edu/pubs/webauth:tr.pdf
|
||||||
allowed_user_chars='[a-zA-Z0-9_]'
|
allowed_user_chars='[a-zA-Z0-9_]'
|
||||||
# Cookie format: WERC_USER: name:timestamp:hash(name.timestamp.password)
|
# Cookie format: WERC_USER: name:timestamp:hash(name.timestamp.password)
|
||||||
# login_user can't be used from a template because it sets a cookie
|
# login_user can't be used from a template because it sets a cookie
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue