João Vitor Zorzetti

Results 7 comments of João Vitor Zorzetti

> Have you used debugging tools to verify that cookies are getting set and transmitted in HTTP requests as expected? Any details as to network traffic would be helpful. My...

> I'm not familiar with the implementation of the `jwt` strategy, but your JWT has an `expiresIn`, where the standard mandates an `exp` claim. This may be causing issues. I...

> > I think the problem is in how you are generating the JWT. > > ``` > return jwt.sign({ > ...payload, > expiresIn: 2 * 60 * 60 >...

So, I made a few changes: ``` // jwtStrategy.js passport.use(new JwtStrategy( { jwtFromRequest: ExtractJwt.fromAuthHeaderAsBearerToken(), secretOrKey, }, (payload, done) => { console.log(payload) return done(null, payload) }, )) ``` ``` // googleAuth.js...

I have an input for a identity document value called RG (Brazil). All characters are number, except by the last. The last character can accept 0-9 or an X. I...

I'm having the same problem. Weird how an important thing is not resolved since 2022

I have other things that needs Visual C++ 2015-2019 and nothing seems wrong with them.