Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Y2038 bug for JWT on 32 bit plattforms
Ensure the expire field is always 64-bit to prevent issues in 2038 on 32-bit platforms, where `usize` is only 32 bits wide.
- Loading branch information