|
6167a9ea70
|
style: run prettier
|
2023-10-03 01:19:36 -04:00 |
|
|
da700b90d5
|
feat(server/middleware): create request logging middleware
|
2023-10-03 00:58:05 -04:00 |
|
|
84502b68b8
|
fix(server/middleware): add guard against setting event.context.currentUser to null
|
2023-10-03 00:57:21 -04:00 |
|
|
643c8b3c77
|
refactor(server/middleware): create middleware to add the current story's chapter index to the context as an int (if it exists)
because convenience
|
2023-10-03 00:56:16 -04:00 |
|
|
cfb1f69ffb
|
refactor(server/middleware): move common logic for maintaining a database connection to another file
|
2023-10-02 16:08:12 -04:00 |
|
|
2b233364a1
|
refactor(api): refactor app to use pure jwts instead of cookies
cookies are no longer used
|
2023-09-28 21:55:19 -04:00 |
|
|
421a283d6c
|
refactor(server/middleware): inject ficmas data into request context via middleware
to make sure people can't see ficmas stories in listings
|
2023-09-25 19:53:01 -04:00 |
|
|
2ea40ebb07
|
refactor(server/middleware): add middleware to "persist" mongoose's database connection
|
2023-09-25 19:50:07 -04:00 |
|
|
f0a006b3d5
|
feat(server/middleware): add the h3 equivalent of req.user to incoming request contexts
|
2023-09-25 19:33:02 -04:00 |
|