#API
Validating JWTs from Multiple Issuers
Validating JWTs from multiple issuers introduces failure modes that do not exist with a single issuer. Learn the correct pattern and the attacks that result from getting it wrong.
JWT Signing Algorithms: How to choose the right one?
Choosing the right JWT signing algorithm is crucial to ensure the security of your application. In this article, we will discuss the different algorithms available and how to choose the right one.
JWT or Opaque Token : What is the best choice for M2M?
JWT or Opaque Tokens can serve both as authentication mechanisms for Machine to Machine (M2M) communications. But what is the best choice between each solution?
How to verify a JWT?
Validate JWTs (JSON Web Tokens) authenticity is important. In this article, we will explore the systematic approach developers should adopt to verify them.