-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
UTF8 encoding problem #52
Comments
This was an issue in |
Same problem with @MilosStanic , see below code:
then when:
with error Unexpected token at JSON.parse. |
@brianloveswords Awesome! 👍 |
It will be fixed on v4. Thank you guys! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have implemented into my project the code from your example at https://github.com/auth0/angular-token-auth/
However, if the payload contains an UTF8 character, in my case 'ć' the payload is badly encoded, and I get an error when doing a JSON.parse of the payload, like I described here auth0-blog/angular-token-auth#9
The text was updated successfully, but these errors were encountered: