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
Logins have been changed in the API so that they send a JSON web token that's generated on the server. We need to make sure the app properly stores this token and properly sends it to the server for authentication. We also need to add a logout feature that deletes the token from the client's local device storage.
The text was updated successfully, but these errors were encountered:
arghgr
changed the title
User: Add a logout button that deletes user token
User: Update login feature and add a logout button that deletes user token
Jun 19, 2019
Logins have been changed in the API so that they send a JSON web token that's generated on the server. We need to make sure the app properly stores this token and properly sends it to the server for authentication. We also need to add a logout feature that deletes the token from the client's local device storage.
The text was updated successfully, but these errors were encountered: