go-mongo-auth
JWT authentication using gin-gonic and MongoDB
How to get started?
- Run
go mod download
for installing dependencies. - Create a
configs-dev.yaml
and specify config values of your own. - Open Terminal/Cmd and run
make dev
.
Check makefile for
go run
command with profile.
Found any bugs/issues?
Create a github issue to report 😊.