login.js (4 lines): - line 29: // TODO: Retrieve signing key from a data store or KMS?? - line 55: //res.setHeader('Set-Cookie',`londonsheriff-Request-Id=${requestId}; Secure; HttpOnly; Path=/`); // TODO: Production - line 71: // TODO: Authenticate the user credentials - line 127: //res.setHeader('Set-Cookie',`londonsheriff-Token=${token}; Secure; HttpOnly; Path=/`); // TODO: Production paywall.js (1 line): - line 63: // TODO: Decide what to do when the passed token is not valid or expired paywall_edge_function/paywall.js (1 line): - line 69: // TODO: Decide what to do when the passed token is not valid or expired entitlements.js (1 line): - line 29: // TODO: Retrieve signing key from a data store or KMS??