mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +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:
@ -34,7 +34,6 @@ diesel::table! {
|
||||
merchant_id -> Varchar,
|
||||
name -> Varchar,
|
||||
description -> Nullable<Varchar>,
|
||||
hash_key -> Varchar,
|
||||
hashed_api_key -> Varchar,
|
||||
prefix -> Varchar,
|
||||
created_at -> Timestamp,
|
||||
|
||||
Reference in New Issue
Block a user