This is a repository for the auth service. It's a microservice that handles user authentication. It's built with Go and uses gRPC for communication with an API Gateway.
make start
# or
(set -a; source .env; set +a; go run cmd/main.go) # appends all env variables to the running commandHere are the endpoints that are available in the service, represented via http transcodings.