Hi,
For the claims required for jwt authentication, I don't understand exactly what is expected for the "exp" field. Does it expect the UTC time in seconds? The number shown in the example does not make sense to me.
I am using python and am utilizing datetime's utcnow() to gather the current utc time, but the format does not match up at all to the single number string shown in the example.
Any guidance on what exactly is expected in the "exp" field is great.
Thank you!
