Add comment on auth docs to review in the futre.

This commit is contained in:
Uriel 2009-03-14 14:32:22 +01:00
parent e6f200a5a2
commit 1c73471579

View file

@ -14,6 +14,7 @@ fn get_lib_file {
fn template { awk -f bin/template.awk $* | rc $rcargs }
# Auth code
# TODO: check http://cookies.lcs.mit.edu/pubs/webauth:tr.pdf
allowed_user_chars='[a-zA-Z0-9_]'
# Cookie format: WERC_USER: name:timestamp:hash(name.timestamp.password)
# login_user can't be used from a template because it sets a cookie