narras-oss

Results 6 comments of narras-oss

I already attached a failure handler. ` router.route().failureHandler(...);` How to we attach a custom error handler for this case? Please provide a code sample

@vietj The CPU pressure is because of logging stack trace. @pmlopes This log is at ERROR level. We do not want to turn those error logs off. The request is...

This particular location seems to catching unhandled exceptions, so may not be good to change log level to warning here. I think call to normalizedPath should expect that path could...

Yes, sounds good to add INFO log. Important thing is to not log stack trace for invalid requests (possible scans/attacks)

Hi, i see no activity on this issue. Ideally, the fix would be to treat access token as opaque string (rather than JWT) when JWT signature fails instead of failing...

If we at least have an option to treat Access token as opaque in OAuth2Options, that will solve the issue we are facing with Azure Access tokens. We only rely...