Benoye
10/18/2021, 11:24 AMAuth
capability for JWT tokens on iOS and Android apps.
I encountered a case on iOS where I have two concurrent calls to my JWT-based API with no pre-existing token
Only one of both calls is retried after the requestToken()
and that call effectively succeeds, the other is not retried..
This is not critical but if anyone happens to know what is going on, I am interested 😉Aleksei Tirman [JB]
10/18/2021, 11:31 AM