In a token-based authentication system, using a ______ approach helps in reducing the risk of token interception and replay attacks.

  • Stateless
  • Stateful
  • Hybrid
  • Cookie-based
In a token-based authentication system, a "stateless" approach is used to reduce the risk of token interception and replay attacks. Stateful approaches require server-side storage, while stateless approaches are based on self-contained tokens, which do not rely on server-side storage, making them more secure.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *