Tutorials on building simple multi-tenant CRM web app and RESTful API services with support for both individual and team accounts, on ASP.NET Core MVC, Web API and ServiceStack.
Updated on
November 19, 2021
In this tutorial, we’ll rapidly build a digital banking software as a service (SaaS) web application on ASP.NET Core MVC using ASPSecurityKit. We’ll build end-to-end interfaces such as self-service portals for on-boarding of banks, account holders, setting up of branches, accounts, staff, and nominees, performing transfers, deposits, and withdrawal, with a key focus on ensuring strict access control based on user permissions leveraging activity-data authorization and advance security options such as 2-step verification, IP firewall for bank staff and customers, suspension rules for accounts, XSS protection and sanitization, password expiration policies etc.
Updated on
November 19, 2021