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 theAccess Control Overview andAuthorizations sections of this document.