For securing REST APIs in Spring Security, the use of _______ is recommended to represent the user's authorization information.

  • Basic Authentication
  • JSON Web Tokens (JWT)
  • OAuth2 Tokens
  • Session Cookies
To secure REST APIs in Spring Security, it's recommended to use JSON Web Tokens (JWT) to represent the user's authorization information. JWTs are a popular choice for token-based authentication and authorization in stateless API environments.
Add your answer
Loading...

Leave a comment

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