Work Samples
ASP.NET Core Identity Samples
User Identity System
This sample application is developed based on ASP.NET Core Identity. Our intension behind development of this sample application is to show the key functionalities such as authentication and authorization to provide security to web applications by checking user identity with user credentials. User email confirmation is mandatory to login.
It is developed in frontend and backend architecture. Frontend is developed in React and the backend web api is developed in ASP.NET Core. Please go through home page of the application for all details.
2Factor Authentication
This sample application is developed based on 2factor authentication in ASP.NET Core Identity. Our intension for developing this application is to show the 2factor authentication, implemented to provide additional security to web applications by checking user identity with 2factor authentication in addition to checking with user credentials. We used OTP approach in this sample.
It is developed in frontend and backend architecture. Frontend is developed in React and the backend web api is developed in ASP.NET Core. Please go through home page of the application for all details.