cognito_dart_auth_sdk 0.0.1-pre+1
cognito_dart_auth_sdk: ^0.0.1-pre+1 copied to clipboard
A Dart SDK for Cognito Authentication, enabling secure server-side authentication and user management for Dart-based backend applications.
0.0.1-pre+1 #
Added #
- Local Dev Tools
- New scripts in
cognito-dart-auth-sdk/local_dev_tools/(validate_branch.dart,validate_commit_msg.dart) to enforce branch and commit-message conventions.
- New scripts in
- Core SDK Entry Point
bin/main.dartadded to bootstrap the Cognito-Dart Auth SDK CLI.
- Tests
- Integration tests under
test/integration/and unit tests undertest/unit/.
- Integration tests under
- Authentication Modules
- Initial AWS Cognito flows implemented in
lib/src/auth/(sign-up, sign-in, token management, etc.).
- Initial AWS Cognito flows implemented in
Changed #
- Example App Restructure
- Renamed and moved 214 files from
example/cognito-dart-auth-sdk-sample-app/→
example/cognito-dart-auth-sdk-flutter-mobile-app/,
including FVM configs, Android & iOS assets, web manifests, sample code, etc.
- Renamed and moved 214 files from
- CI Pipeline Reorganization
- Moved child-CI YAML configs from
tools/pipelines/→
tools/pipelines/backend/andtools/pipelines/frontend/.
- Moved child-CI YAML configs from
- Project Metadata Updates
.gitignore,.gitlab-ci.yml,cloudbuild.yaml,.firebaserc, andREADME.mdrevised.
- Pubspec & Lockfile
- Bumped SDK version, updated dependencies in
pubspec.yaml/pubspec.lock.
- Bumped SDK version, updated dependencies in
- GitHub Issue Templates
- Updated
.github/ISSUE_TEMPLATE/config.ymland removed the deprecatedworkflows/dart-analysis.yml.
- Updated
Removed #
- Deprecated Example Files
- Deleted 84 legacy files under the old
example/...-sample-app/path.
- Deleted 84 legacy files under the old
- Obsolete Workflow
- Removed
.github/ISSUE_TEMPLATE/workflows/dart-analysis.yml.
- Removed
Renamed #
- Example Directory (214 renames)
- All files in
example/cognito-dart-auth-sdk-sample-app/…→
example/cognito-dart-auth-sdk-flutter-mobile-app/….
- All files in
0.0.1-pre #
- Initial pre-release version of the cognito Dart Auth SDK.