teamhanko / passkeys

FIDO2-certified passkey server and SDKs for adding passkey support to any auth system
https://hanko.io/passkey-api
GNU Affero General Public License v3.0
115 stars 8 forks source link

fix(transaction): check transaction identifier #68

Closed shentschel closed 4 months ago

shentschel commented 4 months ago

Closes: #62

shentschel commented 4 months ago

How unique do we want to be with transaction ids? Should a transaction ID be unique per tenant or unique per tenant and user?

FreddyDevelop commented 4 months ago

I think transactionIds should be unique per tenant.