Reputation: 6467
I have read about JWT and access token and refresh token. I understand that you have to set access token expiration in a very short time (minutes) and use refresh tokens to obtain a new access token whenever is expired.
Three things are not clear to me:
Upvotes: 4
Views: 2417
Reputation: 76
Generally you need do some error handing for each API calling.
I investigate more, and this is what I found:
Upvotes: 4