Closed YazeedLoonat closed 4 years ago
I think there is still some clean up to do but for now I wanna make a few core components and figure out how we want to simplify from there also the form that I did for the login is pretty meh (no validation or anything) and I wanna clean that up too I just haven't figured out a better way to do forms yet so that's gonna have to wait to a later PR maybe for final clean up
1
I think this is a good start for getting the login functionality all there.
Currently uses localStorage to store a dummy token, we can probably move that to a cookie later, we'll be using the token to authenticate requests going to the API later