mtrx pushed to update-2024 at mtrx/crablog 2025-01-19 18:58:13 +01:00
c9ef9ae0e1 fix edit page
mtrx pushed to auth-and-session at mtrx/crablog 2025-01-19 18:54:00 +01:00
12edd7f69c added login route and renamed submit token to login token
917e7d824d submit token should be enough. no full user authentication needed
7ba1605456 session cookie store init
b61c62a806 fix edit page
Compare 4 commits »
mtrx created branch auth-and-session in mtrx/crablog 2025-01-19 18:54:00 +01:00
mtrx opened issue mtrx/crablog#15 2024-12-28 01:00:58 +01:00
Persist sessions to DB via SessionStore implementation
mtrx commented on issue mtrx/crablog#2 2024-12-28 00:21:32 +01:00
Session based authentication

This can be done using actix_session. By default it supports Cookie sessions, which stores session keys in an in-memory cookie store file. The other default implementation would be using the redis…

mtrx opened issue mtrx/crablog#14 2024-12-25 20:47:05 +01:00
custom blog URIs per post
mtrx commented on issue mtrx/crablog#5 2024-12-25 20:44:31 +01:00
use randomized UUIDs for posts instead of enumerated integers

Really annoying to do with sqlite unless blog keys saved via binary blobs or strings. Could generate a custom 8 character string datatype per post, uuids are probably way overkill anyways and dont…

mtrx pushed to main at mtrx/aoc24 2024-12-08 22:54:02 +01:00
968b219616 easy dl input
mtrx pushed to main at mtrx/aoc24 2024-12-08 22:31:37 +01:00
d8b1eec408 add deno to vscode rec
mtrx pushed to main at mtrx/aoc24 2024-12-08 00:53:21 +01:00
003b658aa2 old comments
mtrx pushed to main at mtrx/aoc24 2024-12-08 00:46:47 +01:00
896d607450 Promises
mtrx pushed to main at mtrx/aoc24 2024-12-08 00:42:02 +01:00
919bdde203 unnecessary if block
mtrx pushed to main at mtrx/aoc24 2024-12-08 00:30:31 +01:00
e51186bf8d day 6 p 1 complete
mtrx pushed to main at mtrx/aoc24 2024-12-08 00:04:11 +01:00
a4d4dc2b23 i really don't know what's going wrong here
mtrx pushed to main at mtrx/aoc24 2024-12-07 23:07:56 +01:00
3f33f23c96 looks about right
mtrx pushed to main at mtrx/aoc24 2024-12-07 21:40:19 +01:00
3abf3f3bce day 6 part 1 init
mtrx pushed to main at mtrx/aoc24 2024-12-07 02:25:32 +01:00
c74341738b woops
mtrx pushed to main at mtrx/aoc24 2024-12-07 02:16:45 +01:00
7211835f76 comments and starting part 6, remove redundant trims
mtrx pushed to main at mtrx/aoc24 2024-12-07 01:29:31 +01:00
4462c12f77 completed 5 p2
mtrx pushed to main at mtrx/aoc24 2024-12-07 01:23:55 +01:00
699d209501 day 5 p1 & init p2