A simple API that serving a users AAA (Authentication, Authorization , Accounting) service. The purpose of this project is create AAA service using Golang and also display a documentation of its API using Swagger UI.
Technologies
Golang - Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
JWT - JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties.
PostgreSQL - PostgreSQL is a powerful, open source object-relational database system with over 30 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.
Fiber - Fiber is a Go web framework built on top of Fasthttp, the fastest HTTP engine for Go. It's designed to ease things up for fast development with zero memory allocation and performance in mind.