auth0_dart_auth_sdk 0.0.1
auth0_dart_auth_sdk: ^0.0.1 copied to clipboard
A Dart SDK for auth0 Authentication, enabling secure server-side authentication and user management for Dart-based backend applications.
0.0.1 #
Added #
.gitattributes
Enforcetext=autofor consistent line endings across platforms..gitignore
Global repo rules to ignore:- Environment files (
**/*.env) - IDE settings (
**/.idea/,**/.vscode/) - Dart build artifacts (
**/.dart_tool/,**/pubspec.lock)
- Environment files (
- GitLab CI Stages
Introduced two new pipeline stages:setup– prepares environment variables and merge-request contextvalidation– runs branch/message validators and debug jobs
debug_merge_requestJob
A lightweight validation task that echoes core CI variables for debugging merge-request pipelines.
Changed #
- CI Pipeline Overhaul
- Replaced the old
unit_testing,analyze_sample_apps, andreleasestages with our newsetupandvalidationstages. - Consolidated testing and coverage steps under the
validationstage to ensure full end-to-end CI validation.
- Replaced the old
Removed #
- Obsolete CI Jobs
- Removed the deprecated
unit_testing,analyze_sample_apps, andreleasejobs from the pipeline configuration.
- Removed the deprecated
## 0.0.1-pre
- Initial pre-release version of the Auth0 Dart Auth SDK.