# README
Authorization server
This is a dummy authorization server example. It uses static map of users but can be easily switched to another source, for instance database.
The project has basic module-controller-model structure, all required components are initialized in file main.go
.