interledger / rafiki

An open-source, comprehensive Interledger service for wallet providers, enabling them to provide Interledger functionality to their users.
https://rafiki.dev/
Apache License 2.0
265 stars 88 forks source link

[Multi-Tenant] Tenanted Wallet Addresses #3114

Open njlie opened 5 days ago

njlie commented 5 days ago

Wallet Addresses should become tenanted as per the Multi-Tenancy design, and will be logically separated in the backend database by a tenantId row that serves as a foreign key on the tenants table.

Prerequisites

golobitch commented 5 days ago

Add tenantId to queries on wallet addresses

Note: this means to add tenantId to SQL queries and not GraphQL queries. Just for the clarification :)