FusionAuth / fusionauth-client-builder

The FusionAuth client library builder
https://fusionauth.io/
Apache License 2.0
6 stars 24 forks source link

Handle special case for JWT object. #38

Closed mooreds closed 2 years ago

mooreds commented 2 years ago

This object, and this object only, should use a special converter to handle the conversion from JSON, since the time claims here are in seconds, not milliseconds.

This makes the change I committed in this PR permanent: https://github.com/FusionAuth/fusionauth-netcore-client/pull/49