/sessions/verify
API on every request before you return success or error to your user./sessions/delete
API and hence considered more secure.user_id
and session_id
).exp
field of the JWT header. However, you can use the session JWT to get a new session JWT via our /sessions/verify
API. You will be able to get a new JWT as long as the underlying session is valid (for example, if your session is 7 days) even JWT token is expired passed the 5 minutes mark. However, if the underlying session has been revoked or expired in the Streambird API, even a valid session JWT will return error in the /sessions/verify
API.https://api.streambird.io/v1/auth/jwks/{app_id}
. Read more about the GetJWKsByApp endpoint./sessions/verify
API.