Results 8 comments of Eugen Klymniuk

Hi. Can we use promise-based middleware? and what is the right way to implement it? thanks

How about file with size 10MB?

@khchan > 3) Override the callback function in AuthController.js ... So we have to create AuthController.js? (`sails generate controller auth`?)

@khchan > 1) Disable config/policies/sessionAuth.js: ... Can we just remove `sessionAuth` from config/policies.js: module.exports.policies = { '*': [ 'basicAuth', 'passport', // 'sessionAuth', 'ModelPolicy', 'AuditPolicy', 'OwnerPolicy', 'PermissionPolicy', 'RolePolicy', 'CriteriaPolicy' ], ......

@westlakem If I want to use JWT, why I need session (and therefore - sessionAuth)? All necessary info will include in token. Am I rigth?

There're several places, which cause that error and need to be improved: 1. Currently [simulator](https://github.com/mojaloop/simulator) returns **500** status code error (in case if party already exists) instead of **400** or...

Same problem! Here's which error I see on Ubuntu 24.04.2 LTS ``` { "_tag": "WhisperingError", "variant": "error", "title": "Error enumerating recording devices and acquiring first available stream", "description": "Please make...