You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey. Due to the table header not being ordered, I get two different tokens (randomly). Both are correct, but it is unacceptable in many cases to not have only one token.
The issue is that the header table might end up being { typ = "JWT", alg = "HS512" } and at other times { alg = "HS512", typ = "JWT" }, and thus resulting in a completely different token.
Do any of you know if there is a workaround for it?
The text was updated successfully, but these errors were encountered:
Hey. Due to the table
header
not being ordered, I get two different tokens (randomly). Both are correct, but it is unacceptable in many cases to not have only one token.The issue is that the
header
table might end up being{ typ = "JWT", alg = "HS512" }
and at other times{ alg = "HS512", typ = "JWT" }
, and thus resulting in a completely different token.Do any of you know if there is a workaround for it?
The text was updated successfully, but these errors were encountered: