You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I needed a way to increase the request size limits, which I could not do via custom middleware, as bodyParser is being set in the server by ltijs already, and I found no way to override the default "limit"-setting.
Describe the solution you'd like
Exposing a set of options to individualize the bodyParser configuration.
Describe alternatives you've considered
Using a custom middleware function or setting the configuration via the lti.app object (both unsuccessful).
Additional context @Cvmcosta, see PR if time allows
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I needed a way to increase the request size limits, which I could not do via custom middleware, as bodyParser is being set in the server by ltijs already, and I found no way to override the default "limit"-setting.
Describe the solution you'd like
Exposing a set of options to individualize the bodyParser configuration.
Describe alternatives you've considered
Using a custom middleware function or setting the configuration via the lti.app object (both unsuccessful).
Additional context
@Cvmcosta, see PR if time allows
The text was updated successfully, but these errors were encountered: