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
JavaScript: Add an explicit check that payload is a string (#978)
We had a check in typescript, but this obviously doesn't matter in
JavaScript environments. Passing an object instead of a payload is an
extremely common error case, so it's better to be explicit about it
rather than implicit (just failing verification).
Fixes#977
0 commit comments