This is a simple backend using Basic Authentication and auth middlewares.
Currently only supporting MySQL/MariaDB.
Its free to use, and licensed under the MIT License.
The project is still in development, and will be updated as I go.
Currently there are only group scopes integrated, but I will be adding user scopes soon.
- Clone the repository
- Run
go get
to install the dependencies - Edit the .env file to your needs
- Run
go build
to build the project - Run
go run main.go
to run the project