Using a Symfony secret to encode your JWT Tokens
May 26, 2024 · 3 min read · Introduction 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...
Join discussion
