Auth.currentSession() is returning expired JWT token in react native
I am trying to fetch JWT token every time a user opens app and store it in the local storage by overwriting it with old JWT token. But Auth.currentSession() is returning the expired JWT token.
问答
阅读(2)