You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The token’s expiration time, in UNIX time, in seconds. Tokens that expire more than 60 minutes after the time in iat are not valid (Ex: 1623086400)
I found that tokens generated with a one-hour exp value (the library’s default) are also invalid (causing 401 error). It would be better to use a more suitable default.
According to Apple Doc:
I found that tokens generated with a one-hour
expvalue (the library’s default) are also invalid (causing 401 error). It would be better to use a more suitable default.