Guardian SDK v0.2.1: Server-to-Server Collect
· Um minuto para ler
Guardian SDK v0.2.1 adds a new collect() API for server-to-server device verification.
New: collect() method
The SDK now supports two verification paths:
verify()(existing) — SDK calls Surt directly, returns a risk decision to your appcollect()(new) — SDK collects and encrypts device data locally with zero network calls to Surt. Your backend sends the encrypted payload toPOST /geolocation/transactions/evaluateand receives the full risk assessment
This is useful when your backend needs to make the risk decision, when you want to combine device risk with your own business logic, or when compliance requires all third-party calls to originate from your infrastructure.
Available on all platforms: React Native, iOS, and Android.