fingerprint_dart_auth_sdk 0.0.1-pre+1
fingerprint_dart_auth_sdk: ^0.0.1-pre+1 copied to clipboard
A Dart SDK for Fingerprint Authentication, enabling secure server-side authentication and user management for Dart-based backend applications.
Overview #
The pipelines are organized by stage:
- setup
- unit_tests
- integration_tests
- e2e_tests
Setup: #
- Setup pulls in all of the dependencies for dart to properly perform unit, integration, and e2e testing
- Before making changes to any of the other pipelines, this file should be tested and checked.
Unit Test: #
- Covers the unit testing for each feature and function in the SDK.
Integration: #
- Covers group features and functions that work together to ensure seamless unit interoperatbility.
E2E: #
- Covers each component above, both unit testing and integration testing and runs through the entire lifecycle of an application as a real end user might utilize the app.