cf-tr-authz-plugin 0.1.0

AuthZ resolver plugin with tenant hierarchy resolution via Tenant Resolver
Documentation
1
2
3
4
5
6
7
8
9
10
// Created: 2026-02-24 by Constructor Tech
// Updated: 2026-04-29 by Constructor Tech

pub mod client;
pub mod service;

#[cfg(test)]
mod test_support;

pub use service::Service;