master
shifu
Refactor AuthRequest and AuthResponse messages to rename fields for clarity: 'token' to 'secret' in AuthRequest and 'secret' to 'token' in AuthResponse.
Initial commit
Update Makefile to change output directory for generated Go files and remove obsolete generated files
Add development section to README with tagging instructions for version 1.0.5
Update go.mod and go.sum to add gRPC and protobuf dependencies, and adjust indirect dependencies