mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(user): implement entity level authorization (#5819)
This commit is contained in:
@ -90,7 +90,7 @@ pub const EMAIL_TOKEN_TIME_IN_SECS: u64 = 60 * 60 * 24; // 1 day
|
||||
#[cfg(feature = "email")]
|
||||
pub const EMAIL_TOKEN_BLACKLIST_PREFIX: &str = "BET_";
|
||||
|
||||
pub const ROLE_CACHE_PREFIX: &str = "CR_";
|
||||
pub const ROLE_INFO_CACHE_PREFIX: &str = "CR_INFO_";
|
||||
|
||||
#[cfg(feature = "olap")]
|
||||
pub const VERIFY_CONNECTOR_ID_PREFIX: &str = "conn_verify";
|
||||
|
||||
Reference in New Issue
Block a user