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
The value of explicitly typing in the context of something like DBSC isn't as clear as some other JWT usages but it's probably worth doing nonetheless. And would certainly be more useful than "typ": "JWT", in the current readme, which is pretty much meaningless.
Per JWT best practices explicitly type the JWT, such as
"typ":"dbsc+jwt"
see https://datatracker.ietf.org/doc/html/rfc8725#name-use-explicit-typing
The text was updated successfully, but these errors were encountered: