issues
search
codersuk
/
chatapp_web
A Chat application
0
stars
2
forks
source link
frontend: authentication Login page
#5
Open
bramburn
opened
5 years ago
bramburn
commented
5 years ago
Setup a
[ ] create a login template (username, password)
[ ] authenticate the user with the backend endpoints - see endpoints in wiki
[ ] store the authToken in localstorage for the JWT authentication
[ ] Update the parent state or redux so that the SPA knows the user is logged in
[ ] Create an error handling for the login form
Setup a