lib-lti1p3-core icon indicating copy to clipboard operation
lib-lti1p3-core copied to clipboard

fix: set microsecond to zero

Open fdalcin opened this issue 7 months ago • 0 comments

Fix #153

This PR aims to fix an issue with Blackboard instances not accepting microseconds for the iat, resulting in a 400 Bad Request with the following error:

{
    "error":"invalid_jwt_token",
    "error_description":"iat missing"
}

fdalcin avatar Jun 27 '24 14:06 fdalcin