a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use path instead of url (express is wierd)

+1 -1
+1 -1
feeds/index.ts
··· 57 57 return null; 58 58 } 59 59 const jwt = authorization.replace("Bearer ", "").trim(); 60 - const nsid = parseReqNsid(req); 60 + const nsid = parseReqNsid({ url: req.path }); 61 61 const parsed = await verifyJwt(jwt, serviceDid, nsid, async (did: string) => { 62 62 return didResolver.resolveAtprotoKey(did); 63 63 });