.NET Core Client JWT Validate returns incorrect exp/iat time
-
Hello,
I noticed that when using FusionAuthSyncClient.ValidateJWT, the ValidateResponse returned has an incorrect exp/iat date--mine show up as 1970-01-19 with 4.4 milliseconds between the two. The server is set with a 1 hour window. If the token text is pasted into jwt.io, however, the exp/iat is correct, suggesting something is happening in the ValidateResponse possibly. Is there something I'm missing?
-
Hmmm. Can you share the token text, please?
-