This Project is an authentication module built in GoLang.
Create - Users Login - User Create, Read, Update, Delete - Events (auth required) Create, Delete - registrations (auth required)
1 - Download the project
2 - On jwt.go file, set your secret on this variable. ex: secret := "somesecret"
3 - On the folder of the project, run: go run .