A Movie Company Website
Built in ASP.NET
This is a project demonstration of a working movie rental website database. Where the user is able to log in with credentials and
modify "Movies" or "Customers" data tables. This application uses RESTful services from ASP.NET web API. Other features include:
different authentication credentials for "admin" or "user", client side validation for all modified/new data and direct access to
raw API data. Visit Mosh's Website for more information.
M3_OKTA
Authentication With OKTA
Removed all authentication and user roles from the original M3 project that were using .NET Identity. Integrated with OKTA using OIDC for different users requiring sign in to access "Customers" or "Movies" database sources.