update package URL; v0.3.0
Iris Lightshard nilix@nilfm.cc
tweak middleware headers; v0.2.1
Iris Lightshard nilix@nilfm.cc
add token auth tests
Iris Lightshard nilix@nilfm.cc
use TTL with LastSeen instead of hard expiry time
Iris Lightshard nilix@nilfm.cc
add subtree renderer, fix static routing for index pages, don't log sessionId when authenticating, and add token auth
Iris Lightshard nilix@nilfm.cc
update README in prep for bearer tokens
Iris Lightshard nilix@nilfm.cc
indentalUserDB: properly handle data with colons
Iris Lightshard nilix@nilfm.cc
format times properly when writing indentalUserDB to file
Iris Lightshard nilix@nilfm.cc
fine tune existing and add more middleware
Iris Lightshard nilix@nilfm.cc
update README
Iris Lightshard nilix@nilfm.cc
fix middleware, add diagnostics to router
Iris Lightshard nilix@nilfm.cc
add Protected and Authorize middleware, fix cookie bug, gofmt
Iris Lightshard nilix@nilfm.cc
update README.md
Iris Lightshard nilix@nilfm.cc
auth: add SetData, GetData to UserStore interface, add Login/Logout wrappers
Iris Lightshard nilix@nilfm.cc
add README and LICENSE, and refactor IndentalUserDB to support Data map
Iris Lightshard nilix@nilfm.cc
indentalUserDB: update login time and last seen time on session init
Iris Lightshard nilix@nilfm.cc
ignore testData/userDB.ndtl
Iris Lightshard nilix@nilfm.cc
remove ServerTask in router
Iris Lightshard nilix@nilfm.cc
fix IndentalUserDB adding colons to usernames on write
Iris Lightshard nilix@nilfm.cc
rename project, add a naive test file
Iris Lightshard nilix@nilfm.cc
add nested template support in renderer and IndentalUserDB UserStore implementation
Iris Lightshard nilix@nilfm.cc
remove unused fmt in router
Iris Lightshard nilix@nilfm.cc
initial commit router with static files and dynamic handlers, renderers for templates, json, and xml, and beginnings of auth and cookie management
Iris Lightshard nilix@nilfm.cc