Skip to content

Conversation

@shinyford
Copy link
Collaborator

Resolves #285

@shinyford shinyford added this to the v0.0.13-beta milestone Oct 7, 2025
@shinyford shinyford requested a review from slightfoot October 7, 2025 10:19
@shinyford shinyford self-assigned this Oct 7, 2025
@shinyford shinyford added bug Something isn't working clerk_auth package: clerk_auth labels Oct 7, 2025
bool isOn(dynamic on) => on == 'on';
/// [true] if a value is ['on'] or ['required'], else [false]. For JsonSerializable
/// For required fields it considered as 'on'
bool isOn(dynamic on) => on == 'on' || on == 'required';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change variable name from on to value

shinyford and others added 3 commits October 17, 2025 15:39
* feat: improve test framework [#281]

* fix: make name change test more sensible [#281]

* fix: obfuscate identifiers better and more often [#281]
# Conflicts:
#	packages/clerk_auth/test/integration/clerk_api/environment_test.dart
#	packages/clerk_auth/test/integration/clerk_api/sign_in_test.dart
#	packages/clerk_auth/test/integration/clerk_api/sign_up_test.dart
#	packages/clerk_auth/test/integration/clerk_api/user_details_test.dart
#	packages/clerk_auth/test/integration/clerk_auth/sign_in_test.dart
#	packages/clerk_auth/test/integration/clerk_auth/sign_up_test.dart
#	packages/clerk_auth/test/test_helpers.dart
* Fix required field does not update when call updateUser

Required fields currently not updating when call updateUser in clerk_auth

* Create json_serialization_helpers_test.dart
@shinyford shinyford force-pushed the fix/285-accept-required-fields branch from 0bc9e99 to 584127d Compare October 17, 2025 14:39
@slightfoot slightfoot merged commit 975ff12 into main Oct 20, 2025
3 checks passed
@slightfoot slightfoot deleted the fix/285-accept-required-fields branch October 20, 2025 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working clerk_auth package: clerk_auth

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants