CatherineEvelyn / wedding-planner

Wedding Planner Web
2 stars 7 forks source link

Integrate user session into app functionality #62

Closed seanmstevens closed 7 years ago

seanmstevens commented 7 years ago

What's Happening?

Added user session functionality to the site, along with login requirements for certain pages (/profile and /organizer for now). As of right now, the before_request route doesn't check if you're a vendor or a user, so you can load up an organizer page if you're logged in as a vendor and vice versa. That should be a minor tweak, though.

Related