-
Hi abacritt. First tyvm for your work, is a real good component. Ok, my issue is i'm trying to add social login from your component and i need to use JWT for server side validation, so far Google and Microsoft are working perfectly but Facebook doesn't return idToken like Google or Microsoft do, instead it seems you get the payload directly, console log show this(not empty just redacted)
Is there a hidden parameter or anything to inform the component to get the actual JWTs? Thank you very much for your time. P.S: Angular 11 with component version 3.5.7 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, you need to check Facebook's documentation to see how you can get the JWT. I don't recollect any special params or anything for Facebook. |
Beta Was this translation helpful? Give feedback.
Hey, you need to check Facebook's documentation to see how you can get the JWT. I don't recollect any special params or anything for Facebook.