Vonage send SMS module JWT expiration

Hey there!
I want to send an SMS upoon a certain event using the Vonage module. Creating a connection with my vonage account and sending SMS’s works fine, but the problem is that Vonage is making use of a JWT concept which expires after 24 hours. Therefore, after 24 hours my JWT expires and I am no longer able to do something, I get the error 401 and need to create another application.
I don’t want to create a new application everyday, how could I solve this?

1 Like