Transmit Dart Auth SDK is designed to provide select out of the box features of Transmit in Dart. Both low level and high level abstractions are provided.
This implementation does not yet support all functionalities of the Transmit authentication service. Here is a list of functionalities with the current support status:
# | Method | Supported |
---|---|---|
1 | Authorization Methods with Flexible Options | ✅ |
2 | Search Query Functionality with Flexible Options | ✅ |
3 | Token Reference Operations with Flexible Options | ✅ |
4 | Token Issuance/Generation Method | ✅ |
5 | Refresh Token Flow | ✅ |
6 | Reset Token Flow | ✅ |
7 | Journey Token Flow | ✅ |
8 | Send Magic Link Email Method | ✅ |
9 | Authenticate Magic Link Method | ✅ |
10 | Implement Send OTP Method | ✅ |
11 | Authenticate OTP Method | ✅ |
12 | Authenticate TOTP Method | ✅ |
13 | Start Transaction Signing TOTP | ✅ |
14 | Authenticate Transaction Signing TOTP Method | ✅ |
15 | Register TOTP Method | ✅ |
16 | Revoke TOTP Method | ✅ |
17 | evoke TOTP Management Method | ✅ |
18 | Authentication Start (WebAuthn) Method | ✅ |
19 | Authenticate WebAuthn Credential Method | ✅ |
20 | Hosted WebAuthn Registration Hint Method | ✅ |
21 | WebAuthn Registration Start Method | ✅ |
22 | WebAuthn Registration Method | ✅ |
23 | WebAuthn Registration External Method | ✅ |
24 | WebAuthn Cross Device Registration Start Method | ✅ |
25 | WebAuthn Cross Device Registration Init Method | ✅ |
26 | WebAuthn Cross Device External Registration Init Method | ✅ |
27 | WebAuthn Cross Device Registration Method | ✅ |
28 | WebAuthn Cross Device Abort Method | ✅ |
29 | WebAuthn Cross Device Status Method | ✅ |
30 | WebAuthn Cross Device Attach Device Method | ✅ |
31 | WebAuthn Cross Device Authentication Init Method | ✅ |
32 | WebAuthn Cross Device Authenticate Start Method | ✅ |
33 | Authenticate Native Mobile Biometrics Method | ✅ |
34 | Mobile Biometrics Registration Method | ✅ |
35 | Implement Mobile Biometrics Deletion Method | ✅ |
36 | Implement Authenticate Password Method | ✅ |
37 | Implement Authenticate Session Method | ✅ |
38 | Implement Refresh Backend Auth Token Method | ✅ |
39 | Logout Backend Session Method | ✅ |
40 | Implement Get User Sessions Method | ✅ |
41 | Implement Revoke User Sessions Method | ✅ |
Transmit Dart Auth SDK is available in two versions to cater to different needs:
- Main - Stable Version: Usually one release a month. This version attempts to keep stability without introducing breaking changes.
- Sample Apps - FrontEnd Version: The sample apps are provided in various frontend languages in order to allow maximum flexibility with your frontend implementation with the Dart backend. Note that new features are first tested in the sample apps before being released in the mainline branch. Use only as a guide for your frontend/backend implementation of Dart.
For detailed guides, API references, and example projects, visit our Transmit Dart Auth SDK Documentation. Start building with Transmit Dart Auth SDK today and take advantage of its robust features and elegant syntax.
Explore the /example
directory in this repository to find sample applications demonstrating Transmit Dart Auth SDK's capabilities in real-world scenarios.
We welcome contributions of all forms from the community! If you're interested in helping improve Transmit Dart Auth SDK, please fork the repository and submit your pull requests. For more details, check out our CONTRIBUTING.md guide. Our team will review your pull request. Once approved, we will integrate your changes into our primary repository and push the mirrored changes on the main github branch.
For support across all Aortem open-source products, including this SDK, visit our Support Page.
The Transmit Dart Auth SDK is licensed under a dual-license approach:
-
BSD-3 License:
- Applies to all packages and libraries in the SDK.
- Allows use, modification, and redistribution, provided that credit is given and compliance with the BSD-3 terms is maintained.
- Permits usage in open-source projects, applications, and private deployments.
-
Enhanced License Version 2 (ELv2):
- Applies to all use cases where the SDK or its derivatives are offered as part of a cloud service.
- This ensures that the SDK cannot be directly used by cloud providers to offer competing services without explicit permission.
- Example restricted use cases:
- Including the SDK in a hosted SaaS authentication platform.
- Offering the SDK as a component of a managed cloud service.
- You are free to use the SDK in your applications, including open-source and commercial projects, as long as the SDK is not directly offered as part of a third-party cloud service.
- For details, refer to the LICENSE file.
We hope the Transmit Dart Auth SDK helps you to efficiently build and scale your server-side applications. Join our growing community and start contributing to the ecosystem today! test