mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
refactor(api_keys): use a KMS encrypted API key hashing key and remove key ID prefix from plaintext API keys (#639)
Co-authored-by: Arun Raj M <jarnura47@gmail.com>
This commit is contained in:
@ -2,6 +2,7 @@ pub mod api;
|
||||
pub mod authentication;
|
||||
#[cfg(feature = "basilisk")]
|
||||
pub mod encryption;
|
||||
pub mod kms;
|
||||
pub mod logger;
|
||||
|
||||
use std::sync::{atomic, Arc};
|
||||
|
||||
Reference in New Issue
Block a user