log signature headers to check for actor cacheing issues
This commit is contained in:
parent
69c4f8d8b6
commit
b323cf6dc5
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -56,7 +56,7 @@ const apex = ActivitypubExpress({
|
||||||
})
|
})
|
||||||
|
|
||||||
app.use(
|
app.use(
|
||||||
morgan(':remote-addr - :remote-user [:date[clf]] ":method :url HTTP/:http-version" :status Accepts ":req[accept]" ":referrer" ":user-agent"'),
|
morgan(':remote-addr - :remote-user [:date[clf]] ":method :url HTTP/:http-version" :status Sig ":req[authorization]" ":referrer" ":user-agent"'),
|
||||||
express.json({ type: apex.consts.jsonldTypes }),
|
express.json({ type: apex.consts.jsonldTypes }),
|
||||||
apex,
|
apex,
|
||||||
function checkAdminKey (req, res, next) {
|
function checkAdminKey (req, res, next) {
|
||||||
|
|
Loading…
Reference in a new issue