Using a Symfony secret to encode your JWT TokensIntroduction In this post, I am going to show you how to generate a secret by using symfony vaults and then how to use that secret to encode and decode a JWT Token using the firebase-jwt php component. Generating the secret To generate a secret we mu...May 26, 2024·3 min read