emmhe015 / SoulPowerPosters

0 stars 1 forks source link

USER STORYS: role-based Authorization functionality. #7

Closed emmhe015 closed 3 months ago

emmhe015 commented 3 months ago

As a customer, I want to register and log in so that I can access my account and make purchases.

emmhe015 commented 3 months ago

As an admin, I want to prevent non-admin users from accessing the data store directly so that the data is secure.

emmhe015 commented 3 months ago

As a developer, I want to apply role-based login and registration so that users have appropriate access levels.

emmhe015 commented 3 months ago

As a user, I want the current login state to be reflected so that I know if I am logged in.

emmhe015 commented 3 months ago

As a customer, I want to be prevented from accessing restricted content before logging in so that the site is secure.