Damien Lebrun

Results 7 issues of Damien Lebrun

Fix #59 Breaking changes: the URL is validated

Instead of calling next tick, an iterable task would just `yield`. The task should either return the last value, an array of all the values or `void`. ```ts /** *...

AFAIK, `ims-lti` relies on `req` values being `x-forwarded-*` aware; with `express` it involves setting 'trust proxy' to a truthy value. It works for https proxy but it won't affect the...

Adds `trustProxy` option to HMAC_SHA1 and Provider constructor. It overloads the Provider constructor with the third argument being either a nonceStore or an options object (for a nonceStore, a signer...

Allow using an alternative http client or nodejs http(s) client with non default options. - Add static methods to OutcomeDocument to create read/delete/replace outcome request body - Refactor how the...

Need a new security rule parser, a new runtime to evaluate rule condition and new data layer.

enhancement

For a write operation `newValue` holds the the value written to the node getting written; it is the value the user submitted and the value that will get written. For...