mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(router): Add new JWT authentication variants and use them (#2835)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@ -23,6 +23,8 @@ pub mod payouts;
|
||||
pub mod refunds;
|
||||
#[cfg(feature = "olap")]
|
||||
pub mod routing;
|
||||
#[cfg(feature = "olap")]
|
||||
pub mod user;
|
||||
#[cfg(all(feature = "olap", feature = "kms"))]
|
||||
pub mod verification;
|
||||
pub mod webhooks;
|
||||
@ -38,7 +40,7 @@ pub use self::app::Verify;
|
||||
pub use self::app::{
|
||||
ApiKeys, AppState, BusinessProfile, Cache, Cards, Configs, Customers, Disputes, EphemeralKey,
|
||||
Files, Gsm, Health, Mandates, MerchantAccount, MerchantConnectorAccount, PaymentLink,
|
||||
PaymentMethods, Payments, Refunds, Webhooks,
|
||||
PaymentMethods, Payments, Refunds, User, Webhooks,
|
||||
};
|
||||
#[cfg(feature = "stripe")]
|
||||
pub use super::compatibility::stripe::StripeApis;
|
||||
|
||||
Reference in New Issue
Block a user