Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 405 Bytes

README.md

File metadata and controls

7 lines (3 loc) · 405 Bytes

authentication-plate

MERN authentication SPA app. Sign In and Sign Up functionality added. Private route added to the profile screen so user can update email and password confidentially. State in this app is managed by redux toolkit. Actions in this app are stored in a auth slice: 1) set credential 2) logout.

Sign Up screen