Question
When does my JWT expire?
Applies To
- JSON Web Token
- Token Expiration
Answer
When generating your JWT for use with Vonage's products, you can set the expiration time (exp) as you wish. The maximum time Vonage will honor is 24 hours, and we will not accept the same token if it is more than 24 hours after the issued at time (iat), regardless of whether the expiration time indicates it to be valid still.
If an expiration time (exp) has not provided, then Vonage will accept the token for 15 minutes only, rejecting anything after this period.
If both an issued at time (iat) and an expiration time (exp) has not provided, then Vonage will reject the token.
Articles in this section
- What is a Conversation ID?
- How to configure the custom webhook timeout for Voice API functionality and what are the allowed timeout ranges ?
- How do I change TTL for the Conversations and Call Legs?
- Why are call progress events not being received on the Event URL defined in the conversation action NCCO?
- Why is there an extended silence at the beginning of a call and how can it be reduced?
- Intermittent WebSocket Disconnections
- What Is An NCCO
- How Does Jitter Impact Voice Calls
- Voice API "Bad Request" Error When Ending Calls Immediately After Creation
- What Is MOS Score In Voice Calls?