Skip to Main Content
Need Support? Let’s guide you to the right answer or agent.
Status Needs review
Created by Guest
Created on Apr 9, 2025

Offer an OpenAPI/Swagger contract for integration pref with OIDC

Implement RPC or gRPC for your Project Wise API's

Any solid RPC or Web API pattern would be amazing.

  1. Encapsulation: RPC encapsulates the logic and data, reducing exposure to the underlying system.

  2. Efficiency: It can be more efficient for certain operations, especially when performance is critical.

  3. Granular Control: You can precisely control which functions are exposed and who can access them.

  4. Security: RPC can be secured using various authentication and encryption methods to ensure safe communication and I'd go using Open ID Connect (OIDC).