Dfns SDKs
Dfns is in the process of building a number of SDKs across various language bindings to simplify your development experience. These SDKs wrap our API calls and configure the headers necessary for executing request signing against our authentication service.
Of course, you can always develop directly against the API, but we've found in talking to developers that using an SDK accelerates their development process by obfuscating some of the more nuanced elements - eg. setting the X-DFNS-USERACTION header.
Typescript SDK
The Dfns Typescript SDK offers utilities to help Typescript developers get Dfns up and running more quickly. It automatically populates all the required headers and implements the cryptography for request signing. This is a full SDK implementation which includes strongly typed function definitions which should enable IntelliSense in an IDE like Visual Studio Code:
See the SDK repository for a high level overview with detailed examples.
Additionally see these autogenerated SDK docs detailing classes, methods, and types available.
GoLang SDK
We've wrapped the native HTTP libs in Go to handle our request signing. You can find the repo here.
React Native SDK
We've built specific bindings for React Native into the Typescript SDK to help accelerate hybrid mobile development projects predicated on this popular framework. Please see the React Native section here for more details.
iOS Swift & Android Kotlin SDKs
For native platform developers, we've created an iOS Swift SDK and an Android Kotlin SDK to accelerate the iOS development process.
Flutter/Dart SDK
For developers using this hybrid mobile framework from Google, we have a Dart compatible SDK available here.
Have another SDK request? Ping us in slack or email docs@dfns.co.
Last updated