Skip to Main Content
Unified Access Management Ideas Portal
Status Needs review
Created by Guest
Created on Feb 27, 2023

Cross-module policy references.

In Origami API we are using different module for each API route.

And many of these modules have simillar functions, so in order to simplify the code I want to create core_policy module with generic functions and import them into other modules.

This aproach will help us to minimize code duplication in polices code for our project.

  • Attach files