
ModelState & DTO Validators
Work today was focused on getting some of the essential foundations in for sample validations that can be used at the ModelState level (for basic checks) and custom, DTO/model-specific validations that will be catered to the needs of each API and the types of data it handles. This is to ensure that any requests that attempt bypassing the gateway will fail checks for authentication and authorisation, as well as data integrity.

Before the weekend, I'd like to take a closer look at reverse proxy options, and the use of authentication at this gateway level. I also have some further security reinforcement planned at the container and server level that will add extra layers of security to the overall system, although these will require much more work over the coming months. And then hopefully I can spend the weekend working on the UI for the web app.
Progress made. Still plenty to get done 🙂
Stay awesome,
EMH

HOW MOOVPAD IS BEING BUILT
For the overview of how MOOVPAD apps are being developed, the reasoning behind particular decisions during development, policies, and more in relation to all the technical things, please see the link to the left.
This will be an ongoing work in progress, and will always be linked to the bottom of each upcoming Blog post.