mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(users): Added get role from jwt api (#3385)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -43,6 +43,7 @@ pub enum Permission {
|
||||
SurchargeDecisionManagerRead,
|
||||
UsersRead,
|
||||
UsersWrite,
|
||||
MerchantAccountCreate,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Serialize)]
|
||||
@ -60,6 +61,7 @@ pub enum PermissionModule {
|
||||
Files,
|
||||
ThreeDsDecisionManager,
|
||||
SurchargeDecisionManager,
|
||||
AccountCreate,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user