Jared Hanson
Jared Hanson
Just call req.login(user) Sent from my iPhone > On Aug 28, 2015, at 2:42 AM, fourpixels [email protected] wrote: > > Hi there, > I've been using passport for a while...
How would you have a session without a request?
Can you please provide details that indicate errors with this package, in order to help identity specific issues and potential fixes?
These aren't error messages generated by Passport. It is not clear from the information you have provided what issue exists with Passport itself (if any). As such, there's nothing actionable...
Are you referring to TypeScript types? If so, those are maintained externally to this library. I'd recommend filing an issue with the project that maintains the types.
> Seems like this repo is dead and no longer maintained. It's still maintained. As a general rule, I don't merge pull requests that lack corresponding tests. If this PR...
Are you using session middleware?
Why would the client involve the server at all in the case, vs just doing OAuth fully client side using the implicit flow?
> If I could get away with calling into passport with fetch or XHR, I would, but CORS restrictions on OAuth2 prohibit it. Could you provide more details on how...
What would happen if you changed the client call to: ``` export const socialLoginLogic = createLogic({ type: SOCIAL_LOGIN, latest: true, process({ getState, action }) { const { service, accountType }...