Avi Deitcher
Avi Deitcher
Are you using the latest version 1.0.0 or higher? We have a `req.param()` wrapper so it never actually calls the express deprecated `req.param()`.
Can you step through it using debug? When it calls `createPasswordReset`, it should be in L184 of activator.js. L185 then attaches the `req.param()` override using `param(req)`, which just includes params.js,...
Exactly. Two distinct systems fighting each other. This works fine when each works in isolation - not every ASG rolling is a k8s cluster, so not everyone has a separate...
I’d love it, thank you. Multiple methods of deployment. The particular seed use case was a client on kubernetes. More than happy to have it as a lambda option.
Five most dangerous words and engineer can say, “how hard could it be?” :-)
LOL! > Any way to communicate short-cycle, in case of questions? My travel schedule doesn't always allow short-cycle; being on a plane often precludes it. You can try on Slack,...
Did you get anywhere? One of the nice things about the growth of go over the last few years was the ease with which this was made into a single...
I still am lost. So there are two services running on two distinct servers: * `s1.domain.com` * `s2.domain.com` Use goes from browser `B` to `s1.domain.com`, gets redirected to `auth_server.domain.com` (or...
That sounds an _awful_ lot like oauth2. Why not just use it?
Yeah, it isn't exactly oauth2, more a variant of some SSO variety. You are saying that when the user goes back to `auth_server` the second time, `auth_server` recognizes that the...