Warning this project is under development, use it with caution.
If you want to contribute or help you are welcome!
Golang JWT API is a RESTFUL API Authentication System
r.HandleFunc("/login", usersC.Login).Methods("POST")
r.Handle("/user", requireUserMw.ApplyFn(usersC.GetUser)).Methods("GET")
go run main.go
go test $(go list ./... | grep -v /vendor/)
Go to http://localhost:3000/ *port is configurable and you must see your own configuration