founders-programme-2 / business-launchpad

An app to facilitate young entrepreneurs in growing their business ventures.
1 stars 1 forks source link

Fix login and signup forms #147

Closed Oliversw closed 5 years ago

Oliversw commented 5 years ago

Worked on the login and signup forms so that they're properly connected from the front end to the backend, including validation and some error handling with sweet alert!

Also on logging in, the JWT, user ID and user name are all stored in the context to use later.