-
-
Notifications
You must be signed in to change notification settings - Fork 694
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
Not reproductible encoding between versions? #871
Comments
We've seen this issue as well, somewhere between 2.4.0 and 2.6.0. |
I think this issue was already inside 2.5.0. I did some digging, and there's already a comment with an explanation: #806 (comment) From this, I think it's safe to just update the tests with new JWTs or change your tests to only test validity :) |
Nice find @jensjeflensje! Thanks! |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
A project I work on updated from 2.4.0 to 2.6.0 today and, suddenly, our tests stopped passing. It turns out that some of our tests are checking against the generated JWT and the signature part has changed between 2.4.0 and 2.6.0.
Expected Result
The generated JWT should be consistant between versions.
Actual Result
The signature part of the generated JWT changed between 2.4.0 and 2.6.0 without any other configuration change
Reproduction Steps
System Information
The text was updated successfully, but these errors were encountered: