How to remove authentication token with react native?
I have a react native app. And a logout api call. So I try now to implement the logout api call in react. And the problem I am facing is that the token will not be removed after I called the api call logout. But I tested in swagger and that works. The token have… Read More How to remove authentication token with react native?