When using JWT for authorization, the token's ________ claims can be used to store the user's roles and permissions.

  • Body
  • Header
  • Payload
  • Signature
When using JWT (JSON Web Tokens) for authorization, the token's "Payload" claims can be used to store the user's roles and permissions. The payload is where you can include claims about the user, such as their roles and permissions, which can be checked when authorizing access to resources.
Add your answer
Loading...

Leave a comment

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