abacritt / angularx-social-login

Social login and authentication module for Angular 17
636 stars 387 forks source link

fixes "atob" decode failed to execute #578

Closed kattoshi closed 2 years ago

kattoshi commented 2 years ago

For Google login, it fails when decoding the jwt token in multibyte languages. Error in function decodeJwt:

Uncaught DOMException: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.
    at GoogleLoginProvider.decodeJwt (http://localhost:4200/main.js:537:30)
    at GoogleLoginProvider.createSocialUser (http://localhost:4200/main.js:526:26)