hyperswitch
feat: encrypt PII fields before saving it in the database
#1043
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
74
Changes
View On
GitHub
Commits
feat(domain): add domain types for certain structs
NishantJoshi00
committed
1 year ago
feat(domain): make id as option in domain types
NishantJoshi00
committed
1 year ago
feat(domain): add function for creating new storage type
NishantJoshi00
committed
1 year ago
feat(encryption): `Encryptable` domain type (#827)
NishantJoshi00
committed
1 year ago
feat(domain): add conversion for the address and MerchantConnectorAccount (#823)
NishantJoshi00
committed
1 year ago
feat: implement domain type conversion for customer and merchant account (#829)
dracarys18
committed
1 year ago
chore: migration to convert encryptable data to binary
NishantJoshi00
committed
1 year ago
feat(customer): add encryption type to customer domain type (#858)
NishantJoshi00
committed
1 year ago
feat(domain): add encryption for merchant account (#865)
dracarys18
committed
1 year ago
chore: add script function for migration
NishantJoshi00
committed
1 year ago
feat: Add merchant key store (#873)
dracarys18
committed
1 year ago
Merge branch 'main' of https://github.com/juspay/orca into domain-types
NishantJoshi00
committed
1 year ago
chore: post merge cleanup
NishantJoshi00
committed
1 year ago
Merge branch 'domain-types' of https://github.com/juspay/orca into pii-script
NishantJoshi00
committed
1 year ago
feat: add migration script for pii
dracarys18
committed
1 year ago
fix: remove subcommand from pii migration
dracarys18
committed
1 year ago
Merge branch 'main' of https://github.com/juspay/orca into domain-types
NishantJoshi00
committed
1 year ago
chore: refactoring imports
NishantJoshi00
committed
1 year ago
fix: pii migration script
dracarys18
committed
1 year ago
Merge branch 'domain-types' of github.com:juspay/hyperswitch into pii-script
dracarys18
committed
1 year ago
Merge branch 'main' of github.com:juspay/hyperswitch into domain-types
dracarys18
committed
1 year ago
Merge branch 'domain-types' into pii-script
dracarys18
committed
1 year ago
fix: make encrypt decrypt public
dracarys18
committed
1 year ago
fix: add pii feature to production
dracarys18
committed
1 year ago
fix: remove default from created_at and modified_at
dracarys18
committed
1 year ago
feat(config): add migration timestamp in Settings
NishantJoshi00
committed
1 year ago
fix: remove defaults from `created_at` and `modified_at` (#991)
dracarys18
committed
1 year ago
fix: do updat in a transcation
dracarys18
committed
1 year ago
Merge branch 'pii-script' of github.com:juspay/hyperswitch into pii-script
dracarys18
committed
1 year ago
Merge branch 'main' of github.com:juspay/hyperswitch into domain-types
dracarys18
committed
1 year ago
Merge branch 'domain-types' of github.com:juspay/hyperswitch into domain-types
dracarys18
committed
1 year ago
Merge branch 'domain-types' into pii-script
dracarys18
committed
1 year ago
fix: timestamp
dracarys18
committed
1 year ago
docs: add logs to the PII migrations
NishantJoshi00
committed
1 year ago
Merge branch 'main' of github.com:juspay/hyperswitch into pii-script
dracarys18
committed
1 year ago
Merge branch 'pii-script' of github.com:juspay/hyperswitch into pii-script
dracarys18
committed
1 year ago
fix: build
dracarys18
committed
1 year ago
fix: address comments
dracarys18
committed
1 year ago
fix: typo
dracarys18
committed
1 year ago
fix: use func instead of closure
dracarys18
committed
1 year ago
chore: make some functions inline
dracarys18
committed
1 year ago
chore: make table lowercase
dracarys18
committed
1 year ago
fix: cargo toml ordering
dracarys18
committed
1 year ago
fix: address comments
dracarys18
committed
1 year ago
fix: remove hardcoded key
dracarys18
committed
1 year ago
Merge branch 'main' of github.com:juspay/hyperswitch into pii-script
dracarys18
committed
1 year ago
Merge branch 'main' of github.com:juspay/hyperswitch into pii-script
dracarys18
committed
1 year ago
chore: fmt
dracarys18
committed
1 year ago
chore: add key in development.toml
dracarys18
committed
1 year ago
fix: remove unnecessary index
dracarys18
committed
1 year ago
fix: remove unnecessary migration
dracarys18
committed
1 year ago
fix: impl expose to email
dracarys18
committed
1 year ago
fix: order of intent fullfilment time field
dracarys18
committed
1 year ago
Merge branch 'main' of https://github.com/juspay/hyperswitch into pii-script
NishantJoshi00
committed
1 year ago
chore: Merge branch 'main' of github.com:juspay/hyperswitch into pii-script
dracarys18
committed
1 year ago
chore: fmt
dracarys18
committed
1 year ago
fix(migrations): Remove api_key from merchant table
dracarys18
committed
1 year ago
chore: add logs for pubsub
dracarys18
committed
1 year ago
chore(deps): remove accounts cache
dracarys18
committed
1 year ago
fix: properly invalidate cache through levels
dracarys18
committed
1 year ago
Revert "chore(deps): remove accounts cache"
dracarys18
committed
1 year ago
chore: add logs for finishing invalidation
dracarys18
committed
1 year ago
fix: dont come out of the loop in case of an error
dracarys18
committed
1 year ago
fix: use publish and redact on update
dracarys18
committed
1 year ago
fix: use publish and redact on delete
dracarys18
committed
1 year ago
fix: build
dracarys18
committed
1 year ago
fix: build
dracarys18
committed
1 year ago
chore: Merge branch 'main' of github.com:juspay/hyperswitch into pii-script
dracarys18
committed
1 year ago
Merge branch 'main' of github.com:juspay/hyperswitch into pii-script
dracarys18
committed
1 year ago
fix(sanity): add sanity tests for encryption before migration script
NishantJoshi00
committed
1 year ago
Merge branch 'main' of github.com:juspay/hyperswitch into pii-script
dracarys18
committed
1 year ago
Merge branch 'pii-script' of github.com:juspay/hyperswitch into pii-script
dracarys18
committed
1 year ago
chore: clippy
dracarys18
committed
1 year ago
Merge branch 'main' of github.com:juspay/hyperswitch into pii-script
dracarys18
committed
1 year ago
Loading