database.
Kizspy.me
SystemAccounts
AccountID
BrandID
Username
Email
Brand
Password
Role
IsActive
BrandName
Country
Founded Year
Website
Handbag
HandbagID
BrandID
ModelName
Material
Color
Price
Stock
ReleaseDate
Note that: Role: Administrator=1; Moderator = 2; Developer-3; Member=4.
Part 01 (7.0 points). Create an API using ASP.NET Core Web API with Entity Framework Core. A MS SQL
Server database will be created to persist the data and it will be used for reading and managing data.
Zoom
1. Check authentication/authorization the ASP.NET Core Web API with JSON Web Token (JWT)
"
Moderator role will have a permission to all actions (CRUD and search).
Developer role or Member role will have only permission to search information.
Other roles do not have any permissions.
Note that the permission for Authentication feature is using Email and Password.
+ 100%
Close