rocketech.hashnode.devUsing 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
rocketech.hashnode.devMonitoring symfony messenger listening to the worker eventsSymfony messenger is a great bundle which allows developers to easily send tasks execution to the background so that the user do not have to wait until they finish. Common tasks we can send to the background are sending an email, processing a payment...Mar 9, 2024·8 min read