Skip to content

Commit

Permalink
Enhance documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbbs committed Mar 15, 2024
1 parent d93da23 commit 26ce370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ The app is built around five main entities:
- Complete the checkout process.

## Authorization and Authentication
- To register a table you should be authenticated as an admin. That's the authorization admin part. There is only one admin user in the app. It is possible to create more than one, but this is feature is not yet implemented
- You can browse the products, but to add them to the cart, as well check your cart you shoud be authenticated. That's the authorization for common users. It is possible to create normal users by following the normal process of authentication.
- As for the authorization for admin users: to register a table, you should be authenticated as an admin, which involves verifying your identity through the app's authentication system. Currently, there is only one admin user in the app. Although it is possible to create more than one, this feature has not yet been implemented.
- As for the authorization for customer users: You can browse the products, but to add them to the cart, as well as to check your cart, you should be authenticated through the app's authentication system. Normal users can be created by following the standard registration process, which involves verifying user credentials and granting access based on authentication tokens or session management.

## Security Measures Implemented

Expand Down

0 comments on commit 26ce370

Please sign in to comment.