Generated 'middleware' Folder

The ‘middleware’ Folder

FirstApp
├── appobj
│   ├── ...
│   ├── ...
|   └── ...
.
.
.
├── middleware
│   └── requireuser.go
.
.
.
├── .dev.config.json
├── .prd.config.json
├── main_test.go
└── main.go

The middleware folder contains all of the code related to the Authentication and Authorization concepts discussed in the Access Control Overview and Authorizations sections of this document.