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
Current passport authentication script don't validate if it trigger passport authentication or not Before redirecting to passport it should generate token and send it to passport. Passport should send it back with response to allow validate it.
Also passport sends user profile in JSON format. We should use JWT signed token for this.
We also can use nonce and return back it in JWT to to mitigate replay attacks.
The text was updated successfully, but these errors were encountered:
Current passport authentication script don't validate if it trigger passport authentication or not Before redirecting to passport it should generate token and send it to passport. Passport should send it back with response to allow validate it.
Also passport sends user profile in JSON format. We should use JWT signed token for this.
We also can use
nonce
and return back it in JWT to to mitigate replay attacks.The text was updated successfully, but these errors were encountered: