Blazor License Verification Service
Budget: $2 – $8 AUD
I need a simple Blazor Server application that when runs first check if user license with following scenarios:
1. If license is valid and exist then navigate to login page.
2. If license is not valid or expired then navigate to page where there is no menu options only a simple page requesting to upload a file. Once uploaded redirects user to login page and show all menu options.
User should not be able to navigate to any page by entering URL manually, if license is not valid.
Attached project is running with login and registration. You can execute the Migration script to create Microsoft Identity tables. In the app settings file change the database connection string.
The attached project currently takes user to Login screen on load. Now I want to add license service as check before going to login and only take user to Login if License service returns true.
For this project you can just return true and false to reflect both scenarios when license is valid and not valid.
1. If license is valid and exist then navigate to login page.
2. If license is not valid or expired then navigate to page where there is no menu options only a simple page requesting to upload a file. Once uploaded redirects user to login page and show all menu options.
User should not be able to navigate to any page by entering URL manually, if license is not valid.
Attached project is running with login and registration. You can execute the Migration script to create Microsoft Identity tables. In the app settings file change the database connection string.
The attached project currently takes user to Login screen on load. Now I want to add license service as check before going to login and only take user to Login if License service returns true.
For this project you can just return true and false to reflect both scenarios when license is valid and not valid.