This project is an Authentication and Authorization Service built using Casbin, gRPC, and Envoy Proxy. It allows you to manage user access control and service authentication efficiently.
- Authentication: User login and registration management
- Authorization: Access control using Casbin
- gRPC API: Expose services via gRPC
- Envoy Proxy: Request routing and management
- First, prepare the project by running:
make- Then start the services using Docker Compose:
docker compose up --build