diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-16 08:43:10 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-16 08:43:10 -0600 |
| commit | de1f82b30f64a7da1ae16e0b28f1a04475e217d7 (patch) | |
| tree | 1fb516f8c6c54a7135946417e894e440d50d1dbb /src/authorization/mod.rs | |
| parent | 2f55a5c8ac137046bc54a57dba33f6887d4ab461 (diff) | |
refactor: move cedar code into a separate module
Diffstat (limited to 'src/authorization/mod.rs')
| -rw-r--r-- | src/authorization/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/authorization/mod.rs b/src/authorization/mod.rs index 69d59d29..acf7e11f 100644 --- a/src/authorization/mod.rs +++ b/src/authorization/mod.rs @@ -4,7 +4,5 @@ pub mod check_service; pub mod server; pub use authorizer::Authorizer; -pub use cedar::CedarAuthorizer; -pub use cedar::{CedarEntity, EntitiesRepository}; pub use check_service::CheckService; pub use server::Server; |
