resolve
resolve copied to clipboard
Full stack CQRS, DDD, Event Sourcing framework for Node.js
1. Now you should use the [`internalRes`](https://github.com/reimagined/resolve/blob/dev/packages/modules/resolve-module-auth/src/execute_strategy.js#L54) object to access response (redirect, cookies, ...) in an authentication strategy or a callback 2. You should always return jwt token or throw...
For distributed deployment scenarios, I can currently create different startup configurations. For instance, I could create a Docker image with my reSolve application inside, and use different startup configurations to...
Right now, I need to do `npm run dev` to run a reSolve app in developer mode, while `npm start` runs in production mode. This is counter-intuitive since production mode...
This method allows you lazily get environment variable value in runtime. But its name more likely says that it will set environment variable for resolve runtime process
Similar to templates and demos, tutorials should be more focused than they are now - perhaps they were focused in the past, but now reSolve supports various strategies, like using...
Change of static files does not lead to its update in browser. Even after modifying some JS file with HMR server restart.
Otherwise, it could be confused with `jwtSecret` in uploader module options.
**Describe the bug** When using `resolve-module-auth` with the strategy "passport-2fa-totp", the following error occurs: ``` TypeError: 2FA TOTP Strategy required TOTP code verification callback at new Strategy (/node_modules/passport-2fa-totp/lib/strategy.js:26:15) at getBaseStrategyAndOptions...
**Describe the bug** If read model enters error state, there is no indication of this in the DEBUG log **To Reproduce** I've used Saturn2 app with module-admin added 1. `rm...
https://github.com/reimagined/resolve/blob/dev/packages/adapters/readmodel-adapters/resolve-readmodel-postgresql-serverless/src/find.js#L55 The fieldList is used further in the convertResultRow function, but it would be more optimal to use it directly in the select operator instead of the *.