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
Hi,
I have a JWT token that I get from a login response. For authentication, I need to set that token for every request later on until that token gets deleted on logout.
How can I read that token, without providing it on JSON body and store it for every future request?
I am quite new with Android development and until now I had really good experience with volley. Now I am struggling at this use case. Any help would be appreciated!
Have a nice day!
The text was updated successfully, but these errors were encountered:
Hi,
I have a JWT token that I get from a login response. For authentication, I need to set that token for every request later on until that token gets deleted on logout.
How can I read that token, without providing it on JSON body and store it for every future request?
I am quite new with Android development and until now I had really good experience with volley. Now I am struggling at this use case. Any help would be appreciated!
Have a nice day!
The text was updated successfully, but these errors were encountered: