Using a Symfony secret to encode your JWT Tokens
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...
rocketech.hashnode.dev3 min read