MrWednesday-glitch / YelpAgainstCompanies

A blog for commenting on companies and each other's comments
0 stars 0 forks source link

Account page #14

Open MrWednesday-glitch opened 1 year ago

MrWednesday-glitch commented 1 year ago

Make a basic account information page where someone can change their name/email/password etc.

MrWednesday-glitch commented 11 months ago

Also a list of comments made with links to the company page where the comment is

MrWednesday-glitch commented 8 months ago

Use eventemitter to send loginresponse / user up to parentcomponent

MrWednesday-glitch commented 8 months ago

Able to modify password at least

MrWednesday-glitch commented 8 months ago

Have the angular component do an api call. Any information in the body is not needed other than the jwt as the backend pulls it apart and finds the user based on that.