gatorcloset / OOTD

OOTD (Outfit of the Day) is a web-application that enables users to create a digital closet. Features include adding and managing articles of clothing and building outfits.
3 stars 2 forks source link

Implement "Sessions" and Write API Function to Access Session Variables | Use Sessions w/ Angular Guards #40

Closed michelletaing closed 1 year ago

michelletaing commented 1 year ago

When a user logs into the application, we would like to start a new session in the backend.

michelletaing commented 1 year ago

Reopening since we are experiencing some issues retrieving session variables on the front end.

I will use the session values in conjunction with Angular Guards to prevent the user from accessing other pages of our site if they are not successfully logged in.

michelletaing commented 1 year ago

DONE guards have been implemented only authenticated users can access the rest of the site im so proud of us