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
Currently an attacker can send a token issued by Google while doing a FB auth.
So jwt-decode must also check that iss field is the same as for a provider.
Currently an attacker can send a token issued by Google while doing a FB auth.
So jwt-decode must also check that
issfield is the same as for a provider.