Describe the bug
I use verdaccio-ldap for auth and the token payload has unicode strings. webui use atob decode payload will throw error.
I just replace atob with https://github.com/dankogai/js-base64 Base64.decode manually and it work well.
atob has the problem with Unicode. Read it here https://developer.mozilla.org/en-US/docs/Web/API/WindowBase64/Base64_encoding_and_decoding
Also, Implement the solution described in the above article.
shipped [email protected]
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
shipped
[email protected]