Hello and thanks for your help,
I have create an application to have a jwt token.
With this jwt token I generate token with 1 hour duration.
I have see there is a limitation with API to 4 uploads per seconde and per user.
But when I generate the token with 1 hour duration, I don't specify any username and I can use and generate simultaneously multiple token and renew it without any problem.
So I don't understand if the limit of 4 upload per seconde apply on each token generate so 1 token 4up/s, 2 tokens 8up/s, etc.
Or it is apply globally for the application or for pair of public/private key, etc.
So thank you very much to help me understand where is the limit. Because I can generate approx 20 token in same time without problem but if I try more than than I encounter the error 429.
Sorry for bad english, is not my native language.