Commit graph

16 commits

Author SHA1 Message Date
6b8fc7885f
update module address 2024-11-28 10:31:07 -07:00
31f42d90ff
IndentalUserDB: use RWMutex; update test file; gofmt 2023-07-13 17:31:20 -06:00
d456892299
indentalUserDB: add mutex for writes and initialize map on UserAdd 2023-07-12 22:47:55 -06:00
8f0c520600
update package URL; v0.3.0 2023-01-30 20:44:38 -07:00
92f0f035a9
use TTL with LastSeen instead of hard expiry time 2022-08-02 20:46:34 -06:00
48dbb967f3
add subtree renderer, fix static routing for index pages, don't log sessionId when authenticating, and add token auth 2022-07-31 18:08:05 -06:00
4d62b07047
indentalUserDB: properly handle data with colons 2022-06-03 18:53:35 -06:00
b364581c6e
format times properly when writing indentalUserDB to file 2022-06-03 11:40:09 -06:00
2f41f53ebf
fine tune existing and add more middleware 2022-05-20 21:36:54 -06:00
0e5a81f27b
add Protected and Authorize middleware, fix cookie bug, gofmt 2022-05-16 00:15:09 -06:00
26dcce986f
auth: add SetData, GetData to UserStore interface, add Login/Logout wrappers 2022-01-10 23:30:20 -07:00
2f6c88c7f3
add README and LICENSE, and refactor IndentalUserDB to support Data map 2022-01-09 20:16:30 -07:00
34c8b2e656
indentalUserDB: update login time and last seen time on session init 2022-01-08 13:58:46 -07:00
7d4b31074d
fix IndentalUserDB adding colons to usernames on write 2022-01-08 13:42:29 -07:00
cd06fc0486
rename project, add a naive test file 2022-01-08 13:31:10 -07:00
8179aee263
add nested template support in renderer and IndentalUserDB UserStore implementation 2022-01-07 22:52:37 -07:00