Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Y2038 bug for JWT on 32 bit plattforms #825

Merged
merged 2 commits into from
Oct 13, 2024

Conversation

mrothNET
Copy link
Contributor

Ensure the expire field is always 64-bit to prevent issues in 2038 on 32-bit platforms, where usize is only 32 bits wide.

mrothNET and others added 2 commits October 11, 2024 14:11
Ensure the expire field is always 64-bit to prevent issues in 2038
on 32-bit platforms, where `usize` is only 32 bits wide.
@jondot jondot merged commit 7a5232c into loco-rs:master Oct 13, 2024
17 checks passed
@mrothNET mrothNET deleted the fix_jwt_expire branch October 13, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants