uob-group-10-mynt / mynt-finance-banking-app

A prototype banking app for Mynt, Kenya.
3 stars 1 forks source link

user can log in - frontend #48

Closed LurchK closed 2 months ago

LurchK commented 3 months ago

Request from frontend to backend, with correct credentials logs user in. UI shows that user is logged in.

Acceptance criteria:

ZathrasXI commented 3 months ago

Save JWTs in session storage instead of localstorage -users will be logged out when they close the tab, which is more secure. Refresh tokens